Files
nethack/include
nethack.rankin a73d997034 water vs acid
Fix the bug From a bug report.alt.org server, where killing a monster by closing the
castle drawbridge resulted in a panic after the dead monster's possessions
were dropped into the moat and a potion of acid exploded in the process.
water_damage() deleted the object but had no way to tell flooreffects()
that it was gone, so flooreffects() couldn't tell its own caller not to
place and stack the object.  After that, a chunk of freed memory became
part of the floor objects chain and eventually triggered a panic which
tried to make a save file but whose reason didn't get logged properly.
2006-05-11 03:26:55 +00:00
..
2002-01-18 02:50:06 +00:00
2002-01-05 21:05:47 +00:00
2005-12-11 03:09:05 +00:00
2005-11-26 02:32:49 +00:00
2005-06-18 04:38:50 +00:00
2006-05-11 03:26:55 +00:00
2006-01-14 17:02:22 +00:00
2002-01-05 21:05:47 +00:00
2002-01-05 21:05:47 +00:00
2006-04-14 16:23:56 +00:00
2005-03-13 05:29:01 +00:00
2005-10-06 03:45:20 +00:00
2006-03-12 04:43:28 +00:00
2006-04-20 00:50:37 +00:00
2006-04-15 13:40:11 +00:00
2006-01-06 05:46:03 +00:00
2002-01-05 21:05:48 +00:00
2006-02-12 06:24:25 +00:00
2005-01-02 20:55:41 +00:00
2005-01-23 19:39:01 +00:00
2005-01-09 21:40:24 +00:00
2006-03-02 05:54:04 +00:00