about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-12-30 23:31:35 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-12-30 23:31:35 -0800
commit120145561f94fdd4738ef493928772739fbae28a (patch)
tree2a9e993570bbad043d3dfe739be4847e9b7b800c /ChangeLog
parentea55ea039d6637436896c415073699aa0b39b6e6 (diff)
downloadzsh-120145561f94fdd4738ef493928772739fbae28a.tar.gz
zsh-120145561f94fdd4738ef493928772739fbae28a.tar.xz
zsh-120145561f94fdd4738ef493928772739fbae28a.zip
32208: always reset pathchecked when the path array is modified
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1bd64b3f..950d44d9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-12-30  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 32208: Src/params.c: always reset pathchecked when the path
+	array is modified in arrvarsetfn(), to avoid bad dereference
+
 	* 32205: Completion/Zsh/Command/_cd: skip cdpath search when
 	the prefix begins with "../" (bug introduced by 31714)