summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:04:39 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:04:39 +0100
commit259ac472eac291c8c103c7a0d8a4eaf3c2942ed7 (patch)
tree467a11ce5cf8e5e970565f2d7bb93bfe5f8775d0 /ChangeLog
parent679b71ec4d852037fe5f73d35bf557b0f406c8d4 (diff)
downloadzsh-259ac472eac291c8c103c7a0d8a4eaf3c2942ed7.tar.gz
zsh-259ac472eac291c8c103c7a0d8a4eaf3c2942ed7.tar.xz
zsh-259ac472eac291c8c103c7a0d8a4eaf3c2942ed7.zip
42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file completion candidates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 084d971c2..5c1806cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-03-24  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* 42519, CVE-2018-1083: Src/Zle/compctl.c: check bounds on
+	PATH_MAX-sized buffer used for file completion candidates
+
 	* 42518, CVE-2018-1071: Src/exec.c, Src/utils.c:
 	check bounds when copying path in hashcmd()