dxx-rebirth/similar
Kp f19f66bdb7 Fix crash entering save game name
Commit e6875641c9 moved allowed_chars from global scope into
individual newmenu_item entries.  However, it did not enforce that this
field be initialized, and some callers failed to do so.  The save game
menu was such a caller, and crashed when using an uninitialized value as
the allowed_chars pointer.  There is no character restriction here, so
explicitly set the pointer to nullptr.

Reported-by: kitelessd <https://github.com/dxx-rebirth/dxx-rebirth/issues/571>
Fixes: e6875641c9 ("Move Newmenu_allowed_chars into individual newmenu_item")
2021-02-08 01:56:15 +00:00
..
2d Fix build for screenshot=legacy opengl=0 2021-02-06 17:53:53 +00:00
3d Remove unnecessary definitions of static member variables 2020-12-27 22:03:09 +00:00
arch Use enum class for OGL_TEXFILT_* constants 2021-01-17 22:23:23 +00:00
editor Simplify info_display_default 2020-12-27 22:03:09 +00:00
main Fix crash entering save game name 2021-02-08 01:56:15 +00:00
misc Change PHYSFS_removeFromSearchPath to PHYSFS_unmount 2020-12-27 22:03:09 +00:00