summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Src/glob.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43ac03935..3534de602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-02-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * unposted: zero gf_pre_words from 27694.
+
* Mikael: Completion/Zsh/Type/_globquals: extend argument
handling.
@@ -12733,5 +12735,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4896 $
+* $Revision: 1.4897 $
*****************************************************
diff --git a/Src/glob.c b/Src/glob.c
index f5e072c1c..036f88ccc 100644
--- a/Src/glob.c
+++ b/Src/glob.c
@@ -1141,6 +1141,7 @@ zglob(LinkList list, LinkNode np, int nountok)
gf_noglobdots = unset(GLOBDOTS);
gf_numsort = isset(NUMERICGLOBSORT);
gf_sorts = gf_nsorts = 0;
+ gf_pre_words = NULL;
/* Check for qualifiers */
while (!nobareglob || isset(EXTENDEDGLOB)) {