about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-06-13 15:41:00 +0100
committerPeter Stephenson <pws@zsh.org>2017-06-13 15:41:00 +0100
commiteb783754bdb74377f3cea4ceca9c23a02ea1bf58 (patch)
tree3e0a35c59c8f624d06e979edba8f2aa364bb3aea /ChangeLog
parentd5c22d356ba442fd5811e15cc35b5480008722f4 (diff)
downloadzsh-eb783754bdb74377f3cea4ceca9c23a02ea1bf58.tar.gz
zsh-eb783754bdb74377f3cea4ceca9c23a02ea1bf58.tar.xz
zsh-eb783754bdb74377f3cea4ceca9c23a02ea1bf58.zip
41284: Fix NULL dereference in cd.
This happened in sh compatiblity mode if HOME was not set
and cd was used with no argument.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73fbe1c2b..73d87ee62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-13  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 41284: Src/builtin.c, Test/B01cd.ztst: fix null dereference on
+	cd with no argument if HOME is not set.
+
 2017-06-12  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 41244: Doc/Zsh/builtins.yo, Src/Modules/zftp.c,