]> granicus.if.org Git - nethack/commitdiff
fixes37.0 updates for pr612, 613, 615
authornhmall <nhmall@nethack.org>
Thu, 21 Oct 2021 12:41:42 +0000 (08:41 -0400)
committernhmall <nhmall@nethack.org>
Thu, 21 Oct 2021 12:48:23 +0000 (08:48 -0400)
closes #612
closes #613
closes #615

doc/fixes37.0

index fbd837d68f150ac6aa1f80952aedc2d1d4990423..35d1952c5ec4eba300a6dd7b6e1a785b311ed57e 100644 (file)
@@ -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