diff options
author | Peter Stephenson <pws@zsh.org> | 2017-06-13 15:41:00 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-06-13 15:41:00 +0100 |
commit | eb783754bdb74377f3cea4ceca9c23a02ea1bf58 (patch) | |
tree | 3e0a35c59c8f624d06e979edba8f2aa364bb3aea /ChangeLog | |
parent | d5c22d356ba442fd5811e15cc35b5480008722f4 (diff) | |
download | zsh-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-- | ChangeLog | 5 |
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, |