[Commits] [wesnoth/wesnoth] 2a0631: Fix bug #24477: Segfault when launching credits sc...

GitHub noreply at github.com
Mon Feb 29 06:59:39 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2a0631c6da1aad256670b852a7bb4de59b752c78
      https://github.com/wesnoth/wesnoth/commit/2a0631c6da1aad256670b852a7bb4de59b752c78
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-02-29 (Mon, 29 Feb 2016)

  Changed paths:
    M src/show_dialog.cpp

  Log Message:
  -----------
  Fix bug #24477: Segfault when launching credits screen

Guifixes introduced a regression where the code would try to iterate
over a pointer to a vector without checking if it was non-null. This
adds the check to ensure that it is non-null before attempting to
iterate.


  Commit: dff09570888da1b17ed79877381899c005c92279
      https://github.com/wesnoth/wesnoth/commit/dff09570888da1b17ed79877381899c005c92279
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-02-29 (Mon, 29 Feb 2016)

  Changed paths:
    M src/dialogs.cpp
    M src/game_launcher.cpp
    M src/widgets/button.cpp

  Log Message:
  -----------
  Merge branch 'master' of github.com:wesnoth/wesnoth


Compare: https://github.com/wesnoth/wesnoth/compare/c17e1448f5a2...dff09570888d


More information about the Commits mailing list