diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-15 08:43:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-15 08:43:31 +0000 |
commit | 1a6402980810854cae28cce1a348d7e5eecd14e0 (patch) | |
tree | 1a5152a1343e4b892e086285939745f730c9570f /ChangeLog | |
parent | 750a13ed3c376650947f703e924821c36952d33b (diff) | |
download | glibc-1a6402980810854cae28cce1a348d7e5eecd14e0.tar glibc-1a6402980810854cae28cce1a348d7e5eecd14e0.tar.gz glibc-1a6402980810854cae28cce1a348d7e5eecd14e0.tar.bz2 glibc-1a6402980810854cae28cce1a348d7e5eecd14e0.zip |
* elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
on L->l_prev; it can happen under rtld --verify too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-08-15 Roland McGrath <roland@redhat.com> + * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check + on L->l_prev; it can happen under rtld --verify too. + * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the header separately, just map an initial window of 2MB from the file and remap if that is not large enough to cover the whole header. |