From ea26299816b8f30e80eded304907eaa047b3bfa6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Apr 2006 16:35:44 +0000 Subject: [PATCH] *** empty log message *** --- lib/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 382c5c1..0a0dc81 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2006-04-14 Jim Meyering + + Remove unreachable code and plug leaks in code to handle degenerate + input and some failure cases. + * fts.c (fts_build): #if-0-out a block of unused code. Patch from glibc. + (fts_build): Remove just-#if-0'd code and the code that + declares and sets cderrno. + (fts_build): Free `head' before returning NULL, in two places, + to avoid leaks. Patch from glibc. + (fts_open): Don't allocate parent if *argv==NULL. Patch from glibc. + 2006-04-13 Paul Eggert * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N -- 2.7.4