summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2019-10-28 12:11:20 +0100
committerMikael Magnusson <mikachu@gmail.com>2026-06-04 05:46:11 +0200
commitfeee3e825659ec5ad49796ef25d843850aa90511 (patch)
tree8aec0456a95590218421fff1ec0626c2719fd869 /ChangeLog
parent54624: parse_class would underallocate if posix character classes are used (diff)
downloadzsh-feee3e825659ec5ad49796ef25d843850aa90511.tar
zsh-feee3e825659ec5ad49796ef25d843850aa90511.tar.gz
zsh-feee3e825659ec5ad49796ef25d843850aa90511.tar.bz2
zsh-feee3e825659ec5ad49796ef25d843850aa90511.tar.lz
zsh-feee3e825659ec5ad49796ef25d843850aa90511.tar.xz
zsh-feee3e825659ec5ad49796ef25d843850aa90511.tar.zst
zsh-feee3e825659ec5ad49796ef25d843850aa90511.zip
44874: fix a memory leak and potential heap corruption when rotating lines
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9f05dcb7..8901d53ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2026-06-04 Mikael Magnusson <mikachu@gmail.com>
+ * Roman Perepelitsa: 44874: Src/Zle/zle_refresh.c: fix a memory
+ leak and potential heap corruption when rotating lines
+
* 54624: Src/Zle/complete.c: parse_class would underallocate if
posix character classes are used