diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-20 18:02:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-20 18:02:01 +0000 |
commit | 5cd915d7bab24a6a340e498ce5d500b9b72d0cc6 (patch) | |
tree | a94a48f54d5114475b6c01d6dd390a13e783edc0 | |
parent | 95ce33a55a958b3863188d65c4efc257721a0791 (diff) | |
download | glibc-5cd915d7bab24a6a340e498ce5d500b9b72d0cc6.tar.gz glibc-5cd915d7bab24a6a340e498ce5d500b9b72d0cc6.tar.xz glibc-5cd915d7bab24a6a340e498ce5d500b9b72d0cc6.zip |
Update.
2001-07-20 Ulrich Drepper <drepper@redhat.com> Andreas Jaeger <aj@suse.de> * elf/ldconfig.c (search_dir): Avoid use of uninitialized memory. Add a few __builtin_expect to mark unlikely error cases.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 822497b4e0..651e36c659 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-07-20 Ulrich Drepper <drepper@redhat.com> + Andreas Jaeger <aj@suse.de> + + * 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 <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Synch with kernel. |