diff options
author | Jim Meyering <jim@meyering.net> | 2006-04-14 16:35:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-04-14 16:35:44 +0000 |
commit | ea26299816b8f30e80eded304907eaa047b3bfa6 (patch) | |
tree | b8a1a54c865a68108c784b0e63a21af48df6b04d /lib/ChangeLog | |
parent | 47d0eb8722aeaff8b3a9b229ad58a4f46add0754 (diff) | |
download | coreutils-ea26299816b8f30e80eded304907eaa047b3bfa6.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 382c5c173..0a0dc81ea 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2006-04-14 Jim Meyering <jim@meyering.net> + + 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 <eggert@cs.ucla.edu> * regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N |