Files
nethack/win
nethack.allison 1c562198f5 fix crash during Drop unpaid
The patch is attached. Array bounds went unchecked in
the menu page operations (, \ ~)  This resulted in
memory corruption.

The actual crash depends on your luck actually. It will
only crash if  heap headers are corrupted, otherwise it
can go unnoticed.  When you do "Du," the list page size
is 18 (on my screen) with only 2 items in the menu. The
program assigned count of -1 to 18 items in the array
of 2. Ka-boom.  I put bounds checking code in several
places.  The window size does not have anything to do
with it.

<Someone>.
2002-02-01 00:36:54 +00:00
..
2002-01-05 21:06:01 +00:00
2002-01-07 02:12:04 +00:00
2002-01-30 03:55:41 +00:00
2002-01-21 10:41:42 +00:00
2002-02-01 00:36:54 +00:00
2002-01-23 06:21:58 +00:00