about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-01-19 17:41:06 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-01-19 19:39:31 -0800
commit3e06aeabd8a9e8384ebaa8b08996cd1f64737210 (patch)
tree698cb2e6ec17ae39426c90600aa597d7473767e8 /ChangeLog
parent4777c07c8eadd49a51e4a719b969a0d2aa60906f (diff)
downloadzsh-3e06aeabd8a9e8384ebaa8b08996cd1f64737210.tar.gz
zsh-3e06aeabd8a9e8384ebaa8b08996cd1f64737210.tar.xz
zsh-3e06aeabd8a9e8384ebaa8b08996cd1f64737210.zip
32294: prevent buffer overflow when scanning very long directory paths for symbolic links
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52b4fb7aa..4a134644d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-01-19  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 32294 (plus typo fix): Src/utils.c: prevent buffer overflow when
+	scanning very long directory paths for symbolic links
+
 	* users/18335: Completion/Zsh/Command/_typeset: avoid passing to
 	"functions" those typeset options that it does not accept