about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-05-09 17:49:18 +0100
committerPeter Stephenson <pws@zsh.org>2017-05-09 17:49:18 +0100
commitc7a9cf465dd620ef48d586026944d9bd7a0d5d6d (patch)
tree167d94dfe05252fd7db0cb573a58b4f0d76565f4 /ChangeLog
parent263a0c247620f86532424727f7ed07ca7540fbf3 (diff)
downloadzsh-c7a9cf465dd620ef48d586026944d9bd7a0d5d6d.tar.gz
zsh-c7a9cf465dd620ef48d586026944d9bd7a0d5d6d.tar.xz
zsh-c7a9cf465dd620ef48d586026944d9bd7a0d5d6d.zip
40181: Fix buffer overrun in xsymlinks.
There was no check for copying to the internal xbuf2 for a
preliminary test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d4a7086..ee6e918db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-05-09  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 41081: Src/utils.c, Test/D02glob.ztst: Symlink expansion
+	didn't test all buffer length calculations.
+
 	* 41078: Src/prompt.c, Test/D01prompt.ztst: Empty psvar could
 	cause bad reference in prompt expansion.