diff options
author | Peter Stephenson <pws@zsh.org> | 2015-10-06 09:28:07 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-10-06 09:28:07 +0100 |
commit | 83a175795a444e8169fcb592a110d4d15a09b907 (patch) | |
tree | ded4925ccaeca3c4f94176565a1444caa1cc176b /ChangeLog | |
parent | 3f9606333578384221948e285ed896738071b253 (diff) | |
download | zsh-83a175795a444e8169fcb592a110d4d15a09b907.tar.gz zsh-83a175795a444e8169fcb592a110d4d15a09b907.tar.xz zsh-83a175795a444e8169fcb592a110d4d15a09b907.zip |
36780: Fix crash in ksh mode with -n and $HOME.
If home variable is NULL ensure HOME is unset.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e1f58c9ae..6369cf6e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-06 Peter Stephenson <p.stephenson@samsung.com> + + * 36780: Src/params.c: ensure HOME parameter is unset if + corresponding internal variable is null. + 2015-10-04 Barton E. Schaefer <schaefer@zsh.org> * 36773: Src/utils.c: limit CORRECT / CORRECT_ALL to directory |