From f1ef83b4dbfd1e78296e5b39c41b336db619e01e Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 8 Feb 2022 16:20:58 -0500 Subject: [PATCH] fixes3-7-0.txt updates for pr #669 and pr #671 --- doc/fixes3-7-0.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.50.1