From: Ulrich Drepper Date: Fri, 20 Jul 2001 18:02:01 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd915d7bab24a6a340e498ce5d500b9b72d0cc6;p=thirdparty%2Fglibc.git Update. 2001-07-20 Ulrich Drepper Andreas Jaeger * elf/ldconfig.c (search_dir): Avoid use of uninitialized memory. Add a few __builtin_expect to mark unlikely error cases. --- diff --git a/ChangeLog b/ChangeLog index 822497b4e0b..651e36c659e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-20 Ulrich Drepper + Andreas Jaeger + + * elf/ldconfig.c (search_dir): Avoid use of uninitialized memory. + Add a few __builtin_expect to mark unlikely error cases. + 2001-07-20 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Synch with kernel.