diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-31 09:43:59 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-05-31 09:43:59 +0000 |
| commit | 1b2d095217d1560a648032aa192057b935ce9460 (patch) | |
| tree | 4126aa0dc04cde27de4cc3fe83de835190f34e71 /ChangeLog | |
| parent | (14602) (diff) | |
| download | zsh-1b2d095217d1560a648032aa192057b935ce9460.tar zsh-1b2d095217d1560a648032aa192057b935ce9460.tar.gz zsh-1b2d095217d1560a648032aa192057b935ce9460.tar.bz2 zsh-1b2d095217d1560a648032aa192057b935ce9460.tar.lz zsh-1b2d095217d1560a648032aa192057b935ce9460.tar.xz zsh-1b2d095217d1560a648032aa192057b935ce9460.tar.zst zsh-1b2d095217d1560a648032aa192057b935ce9460.zip | |
fix two memory leaks (at least I hope they are fixed) and some out-of-bound array accesses, plus some defensive programming for heap allocated param structs (14605)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2001-05-31 Sven Wischnowsky <wischnow@zsh.org> + * 14605: Src/params.c, Src/Modules/parameter.c, + Src/Zle/complete.c, Src/Zle/computil.c, Src/Zle/zleparameter.c: + fix two memory leaks (at least I hope they are fixed) and some + out-of-bound array accesses, plus some defensive programming + for heap allocated param structs + * 14602: Completion/Base/Utility/_values, Functions/Misc/nslookup: better prompt matching in nslookup; fix separator handling in _multi_parts |
