From 7eab6a36787ce8a24f0bf6b42bd30376d37b4708 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 30 Sep 2022 08:32:45 -0700 Subject: [PATCH] fixes entry for PR #884 - X11 extended command 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index c50e13369..2aa60c55b 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -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