]> granicus.if.org Git - nethack/commitdiff
fixes entry for PR #884 - X11 extended command
authorPatR <rankin@nethack.org>
Fri, 30 Sep 2022 15:32:45 +0000 (08:32 -0700)
committerPatR <rankin@nethack.org>
Fri, 30 Sep 2022 15:32:45 +0000 (08:32 -0700)
Pull request from entrez:  X11's get-extended-command widget
allocated 1 extra byte for a couple of end-or-array terminators
and then wrote more than 1 byte to them when initializing its list
of extended commands.

Fixes #884

doc/fixes3-7-0.txt

index c50e133693274efca9a9a7d6d0217be2ffe1f038..2aa60c55bfcae0a8fa1bf2a476e1576945b8d489 100644 (file)
@@ -1647,6 +1647,8 @@ X11: (possibly X11+OSX): if persistent inventory was displayed at time of
        end-of-game prompting, prompting would stall until that window was
        manually dismissed
 X11: set all selectable menu lines to the same length, left justified
+X11: initializing the get-extended-command widget modified memory beyond what
+       it dynamically allocated
 
 
 General New Features