From 52bb631ccbe563793c5cd1ca837c789c3f8bb27b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 20 Jan 2009 10:42:08 +0000 Subject: 26373: initialise variable in menu completion in attempt to prevent crash --- Src/Zle/complist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index cd205692c..1b6dd083a 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -2421,6 +2421,7 @@ domenuselect(Hookdef dummy, Chdata dat) mlines = 999999; mlbeg = 0; molbeg = -42; + mtab_been_reallocated = 0; for (;;) { METACHECK(); -- cgit 1.4.1