diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2002-08-22 16:00:28 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2002-08-22 16:00:28 +0000 |
| commit | 271732333202492d726336113a01cb3349ef26eb (patch) | |
| tree | 5d03267bd1eff35f848ecb31abedc4b4916db175 /Src/Modules | |
| parent | Forgot to add _larch&_valgrind to .distfiles. (diff) | |
| download | zsh-271732333202492d726336113a01cb3349ef26eb.tar zsh-271732333202492d726336113a01cb3349ef26eb.tar.gz zsh-271732333202492d726336113a01cb3349ef26eb.tar.bz2 zsh-271732333202492d726336113a01cb3349ef26eb.tar.lz zsh-271732333202492d726336113a01cb3349ef26eb.tar.xz zsh-271732333202492d726336113a01cb3349ef26eb.tar.zst zsh-271732333202492d726336113a01cb3349ef26eb.zip | |
17571: backport of terminfo segfault fix from 4.1.
Diffstat (limited to 'Src/Modules')
| -rw-r--r-- | Src/Modules/terminfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Modules/terminfo.c b/Src/Modules/terminfo.c index bcc7dd54d..ca54a333e 100644 --- a/Src/Modules/terminfo.c +++ b/Src/Modules/terminfo.c @@ -198,6 +198,8 @@ getterminfo(HashTable ht, char *name) { pm->u.str = dupstring(tistr); pm->flags |= PM_SCALAR; + pm->sets.cfn = NULL; + pm->gets.cfn = strgetfn; } else { |
