From: nhmall Date: Thu, 21 Oct 2021 12:41:42 +0000 (-0400) Subject: fixes37.0 updates for pr612, 613, 615 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=559a9cde219a273677413268d7a0fc927b74ed83;p=nethack fixes37.0 updates for pr612, 613, 615 closes #612 closes #613 closes #615 --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index fbd837d68..35d1952c5 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1308,6 +1308,12 @@ supply missing changes on Guidebook.tex (pr #591 by argrath) fix out-of-bounds access of xdir and ydir in farlook (pr #592 by copperwater) variation of imp's period-speak (pr #602 by Vivit-R) fix m-prefix movement into warning symbol (pr #573 by entrez) +pointer precedence fix incrementing flagcounter in do.c (pr #612 by argrath) +MAX_RADIUS defines the outer bound of the radius table, so leave it at 15 + to avoid out-of-bound access in view_from() and do_clear_area() + (pr #613 by argrath) +variable attknum was declared without initialization, and was used in + find_roll_to_hit() (pr #615 by argrath) Code Cleanup and Reorganization