]> granicus.if.org Git - nethack/commit
Prevent accessing outside the mons array
authorPasi Kallinen <paxed@alt.org>
Fri, 20 Dec 2019 13:16:12 +0000 (15:16 +0200)
committernhmall <nhmall@nethack.org>
Thu, 16 Jan 2020 15:14:16 +0000 (10:14 -0500)
commitf4ab235b81050ae32ea58074c7186657828cf7c1
tree4981ab6716362705ea8363c01cd4b7feb502823c
parentc8fbb3b7b1ad6f57f085c89732892ecf3f5855f5
Prevent accessing outside the mons array
Fix another out-of-bounds error
Monster trying to decide if a tin could cure stoning looking at
a special or empty tin would do acidic(&mons[-1])
doc/fixes36.5
src/minion.c
src/muse.c