about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc2ec1e89..2995844ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-09  Bart Schaefer  <schaefer@zsh.org>
+
+	* 50363: Src/Modules/param_private.c: avoid use of heap memory
+	that depends on parameter scoping
+
 2022-06-09  Matthew Martin <phy1729@gmail.com>
 
 	* 50359: Src/builtin.c: fix bad sticky-emulation in "functions -c"