]> granicus.if.org Git - nethack/commitdiff
fixes3-7-0.txt updates for pr #669 and pr #671
authornhmall <nhmall@nethack.org>
Tue, 8 Feb 2022 21:20:58 +0000 (16:20 -0500)
committernhmall <nhmall@nethack.org>
Tue, 8 Feb 2022 21:20:58 +0000 (16:20 -0500)
doc/fixes3-7-0.txt

index cac6d33c6a1de2bf3eec2e175b8b4342f87fce0c..388b4f5404064d51abfe31c4206bda3c65af631b 100644 (file)
@@ -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