]> granicus.if.org Git - nethack/commit
create_particular 'I' vs mkclass
authorPatR <rankin@nethack.org>
Sat, 29 Dec 2018 03:10:54 +0000 (19:10 -0800)
committerPatR <rankin@nethack.org>
Sat, 29 Dec 2018 03:10:54 +0000 (19:10 -0800)
commitc4bda6a6a87c6ec50422d81e74e0158124d67eb7
treec8172811847e4303966aa6b30c45869a72e3b012
parent5846aee283da673b2554427d07c86f9ee9749cf2
create_particular 'I' vs mkclass

The revised mkclass() [actually new mkclass_aligned()] has an extra
check which didn't used to be there, and attempting to create a
monster of class 'I' with ^G triggered impossible "mkclass found no
class 35 monsters" which the fuzzer escalates to panic.
doc/fixes36.2
src/read.c