Files
nethack/win
nhmall 3a9e53a629 issue #1205 - crash using the curses interface
curses_yn_function() was returning a value that wasn't in the
subset of legal return values. This fixes that.

The unexpected return value of 32 (or space) then brought to
light an indexing error in the core that's been there a while,
apparently since at least 3.2.0, and that caused a null pointer
dereference in a strlen() call, which is what actually caused
the crash in issue #1205. This fixes that too.

Close #1205
2024-02-06 13:12:04 -05:00
..
2022-10-26 14:21:23 -04:00
2024-01-29 14:54:46 +02:00
2023-12-08 21:16:02 +02:00
2023-11-26 22:52:46 -05:00
2024-01-29 08:40:05 -05:00
2024-01-29 10:55:44 -05:00