about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-22 20:20:15 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-01-22 20:20:15 +0000
commit12b813b5895cae579e403dafe43878868f27fe0f (patch)
treeaafceebff5feeaa2f76b0e7f59dd1e479464c7ab /ChangeLog
parent99f42d8ce022645dfc38b8e06d25ab281e995cf9 (diff)
downloadzsh-12b813b5895cae579e403dafe43878868f27fe0f.tar.gz
zsh-12b813b5895cae579e403dafe43878868f27fe0f.tar.xz
zsh-12b813b5895cae579e403dafe43878868f27fe0f.zip
34331: better handling of NULL in cd.
Problem was return from symbolic link expander in weird cases
where there file system isn't behaving itself properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b01b2ac3..9636f5c67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 34331: Src/builtin.c, Src/utils.c: don't trip over
+	NULL pointer in cd in rare cases where file system goes AWOL.
+
 2015-01-22  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 34344: Test/V07pcre.ztst: fix 34338, builtins need loading too