summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-06-09 14:40:54 +0000
committerClint Adams <clint@users.sourceforge.net>2000-06-09 14:40:54 +0000
commit716f5d4e3940ab5129eda866aa20b8fd2d458999 (patch)
treeff8a005a8daebbaf43b18ecadc88214eb696a491 /ChangeLog
parentfix for menu-completion when another completion came right after it (11836) (diff)
downloadzsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar.gz
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar.bz2
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar.lz
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar.xz
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.tar.zst
zsh-716f5d4e3940ab5129eda866aa20b8fd2d458999.zip
11839: endtrapscope() null pointer dereference prevention
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d5f55d8b..c6fb2f1fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-09 Clint Adams <schizo@debian.org>
+
+ * 11839: Src/signals.c: prevent segmentation fault in
+ endtrapscope() by not dereferencing null pointers.
+
2000-06-09 Sven Wischnowsky <wischnow@zsh.org>
* 11836: Src/Zle/compcore.c, Src/Zle/complist.c: fix for