Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-14 09:39:24 -04:00
18 changed files with 511 additions and 41 deletions

View File

@@ -1226,6 +1226,8 @@ register int fd;
panic("restore_msghistory: msg too big (%d)", msgsize);
mread(fd, (genericptr_t) msg, msgsize);
msg[msgsize] = '\0';
if(fuzzer_msg_history(msg))
continue;
putmsghistory(msg, TRUE);
++msgcount;
}