diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-05 00:24:27 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-05 00:24:27 +0000 |
commit | 13f60efbd7d8572e2850dae9c0adbcc137be3e92 (patch) | |
tree | 9205371c61e0afc12aeda999aa4f88c513a68d84 /ChangeLog | |
parent | 29680850a0f13c759e0530f836e3099ebfeab18c (diff) | |
download | zsh-13f60efbd7d8572e2850dae9c0adbcc137be3e92.tar.gz zsh-13f60efbd7d8572e2850dae9c0adbcc137be3e92.tar.xz zsh-13f60efbd7d8572e2850dae9c0adbcc137be3e92.zip |
25611, 25613: protect against two possible NULL dereferences.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7e77e3231..20c7714d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-09-04 Clint Adams <clint@zsh.org> + * 25611, 25613: Src/Modules/curses.c: protect against two possible + NULL dereferences. + * 25612: Src/Zle/compmatch.c: remove dead code. * 25610: Src/hist.c: remove dead code. |