summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:02:41 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-03-24 15:04:02 +0100
commit679b71ec4d852037fe5f73d35bf557b0f406c8d4 (patch)
tree234f10ef180dd3599bc8f0076d433865616f4dd2 /ChangeLog
parentbeadc29214926723d3a83cdecb2016283c247054 (diff)
downloadzsh-679b71ec4d852037fe5f73d35bf557b0f406c8d4.tar.gz
zsh-679b71ec4d852037fe5f73d35bf557b0f406c8d4.tar.xz
zsh-679b71ec4d852037fe5f73d35bf557b0f406c8d4.zip
42518, CVE-2018-1071: check bounds when copying path in hashcmd()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d60612b..084d971c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-24  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* 42518, CVE-2018-1071: Src/exec.c, Src/utils.c:
+	check bounds when copying path in hashcmd()
+
 2018-03-24  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 42501: Src/Zle/complete.c, Src/Zle/computil.c,