diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-02-25 16:51:24 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-25 16:51:24 -0500 |
commit | f2092faf2b6bd491a1891d5d5e393a8bf85d01d7 (patch) | |
tree | 66a243b05c02e2bde1b195616b6abcbe74e82fd7 /ChangeLog | |
parent | 6c8a2e88d12b7341440ac9669db0448223deb381 (diff) | |
download | glibc-f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.tar glibc-f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.tar.gz glibc-f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.tar.bz2 glibc-f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.zip |
Don't crash when dependencies are missing
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ +2011-02-17 Andreas Schwab <schwab@redhat.com> + + [BZ #12454] + * elf/dl-deps.c (_dl_map_object_deps): Signal error early when + dependencies are missing. + 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org> - Fix __if_freereq crash: Unlike the generic version which uses free, + Fix __if_freereq crash: Unlike the generic version which uses free, Hurd needs munmap. * sysdeps/mach/hurd/ifreq.h: New file. |