From: nhmall Date: Tue, 8 Feb 2022 21:20:58 +0000 (-0500) Subject: fixes3-7-0.txt updates for pr #669 and pr #671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1ef83b4dbfd1e78296e5b39c41b336db619e01e;p=nethack fixes3-7-0.txt updates for pr #669 and pr #671 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index cac6d33c6..388b4f540 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1515,6 +1515,12 @@ mingw32 build updates and replacement of sys/windows/Makefile.gcc with new sys/windows/Makefile.mingw32 and sys/windows/Makefile.mingw32.depend (pr #661 by feiyunw) mark various pointers to const char as const pointers (pr #624 by argrath) +function fill_special_room() in sp_lev.c was dereferencing a pointer + argument prior to a subsequent check for a NULL pointer that + resulted in an early function return (pr #669 by argrath) +function repairable_damage() in shk.c was dereferencing a pointer + argument prior to a subsequent check for a NULL pointer that + resulted in an early function return (pr #671 by argrath) Code Cleanup and Reorganization