From: Jim Meyering Date: Fri, 14 Apr 2006 16:35:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea26299816b8f30e80eded304907eaa047b3bfa6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 382c5c1733..0a0dc81ea7 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