From 1b2d095217d1560a648032aa192057b935ce9460 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 31 May 2001 09:43:59 +0000 Subject: 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) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 855a09554..199fd1fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-05-31 Sven Wischnowsky + * 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 -- cgit 1.4.1