about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2024-02-04 16:44:21 +0100
committerMikael Magnusson <mikachu@gmail.com>2024-02-04 16:48:44 +0100
commit653be0823da9a6b085a0092ac3a7b8792afc142a (patch)
treec58e4bf2e171e71c2f1c9a82ae67c48cf7fbfa40 /ChangeLog
parentec446a6f349c3f0a31ccd4cd21a257555bf53382 (diff)
downloadzsh-653be0823da9a6b085a0092ac3a7b8792afc142a.tar.gz
zsh-653be0823da9a6b085a0092ac3a7b8792afc142a.tar.xz
zsh-653be0823da9a6b085a0092ac3a7b8792afc142a.zip
52517: ensure that %H is followed by {
The previous code would accept any character after %H assuming it
was a {, which was probably also a buffer overrun sometimes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1804037f3..bb619cf49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	* 52516: Src/prompt.c: fix crash in %H when hlgroups is empty
 
+	* 52517: Src/prompt.c: ensure that %H is followed by {
+
 2024-02-03  Bart Schaefer  <schaefer@zsh.org>
 
 	* unposted: Util/printdefines: updates and fix omissions