Activity log for bug #1600633

Date Who What changed Old value New value Message
2016-07-10 18:55:24 Notabilis bug added bug
2016-07-10 18:55:44 Notabilis branch linked lp:~notabilis27/widelands/bug-tab-crash
2016-07-10 18:57:50 Notabilis description When pressing the tab-key in a list of the help menu the game segfaults. Reproduce: - Start a game - Open the help menu - Click on an entry in the left list - Press Tab-key - Enjoy your desktop wallpaper The problem is an memory access behind the end of the panel list. When the currently focused panel is the last panel in the list, next_ is 0x0 resulting in a crash when accessed. The linked branch fixes this crash by switching to the first element in the list (similar to what is done later on when the list is traversed). When pressing the tab-key in a list of the help menu the game segfaults. Reproduce: - Start a game - Open the help menu - Click on an entry in the left list - Press Tab-key - Enjoy your desktop wallpaper The problem is an memory access behind the end of the panel list. When the currently focused panel is the last panel in the list, next_ is 0x0 resulting in a crash when accessed. The linked branch fixes this crash by switching to the first element in the list (similar to what is done later on when the list is traversed). Edit: Happens in trunk revision 8028
2016-07-10 18:58:15 Notabilis description When pressing the tab-key in a list of the help menu the game segfaults. Reproduce: - Start a game - Open the help menu - Click on an entry in the left list - Press Tab-key - Enjoy your desktop wallpaper The problem is an memory access behind the end of the panel list. When the currently focused panel is the last panel in the list, next_ is 0x0 resulting in a crash when accessed. The linked branch fixes this crash by switching to the first element in the list (similar to what is done later on when the list is traversed). Edit: Happens in trunk revision 8028 When pressing the tab-key in a list of the help menu the game segfaults. Reproduce: - Start a game - Open the help menu - Click on an entry in the left list - Press Tab-key - Enjoy your desktop wallpaper The problem is an memory access behind the end of the panel list. When the currently focused panel is the last panel in the list, next_ is 0x0 resulting in a crash when accessed. The linked branch fixes this crash by switching to the first element in the list (similar to what is done later on when the list is traversed). Edit: Happens in trunk revision bzr8028
2016-07-10 20:09:13 TiborB bug added subscriber TiborB
2016-07-10 20:11:40 TiborB widelands: status New Confirmed
2016-07-10 20:12:01 TiborB widelands: importance Undecided Medium
2016-07-10 20:12:34 TiborB widelands: assignee Notabilis (notabilis27)
2016-07-13 09:18:48 kaputtnik widelands: status Confirmed Fix Committed
2016-07-17 21:00:28 Hans Joachim Desserud widelands: milestone build19-rc1
2016-10-25 07:18:06 GunChleoc widelands: status Fix Committed Fix Released