diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-08 20:03:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-08 20:03:14 +0000 |
commit | 1181062126ed5daf104aa9f7beb847055c1d4adc (patch) | |
tree | 0454507ec9ae7d7ddea8b1518a142cd22ee188ec /ChangeLog | |
parent | f6233fe00300ec9521967b63ed9b35184f27db29 (diff) | |
download | glibc-1181062126ed5daf104aa9f7beb847055c1d4adc.tar glibc-1181062126ed5daf104aa9f7beb847055c1d4adc.tar.gz glibc-1181062126ed5daf104aa9f7beb847055c1d4adc.tar.bz2 glibc-1181062126ed5daf104aa9f7beb847055c1d4adc.zip |
Update.
2001-09-08 Ulrich Drepper <drepper@redhat.com>
* elf/dl-object.c: Avoid allocating extra memory block for name.
* elf/dl-close.c (_dl_close): Don't free l_libname if it is no
allocated separately.
* elf/dl-load.c (_dl_map_object_from_fd): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-09-08 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-object.c: Avoid allocating extra memory block for name. + * elf/dl-close.c (_dl_close): Don't free l_libname if it is no + allocated separately. + * elf/dl-load.c (_dl_map_object_from_fd): Likewise. + 2001-09-08 H.J. Lu <hjl@gnu.org> * po/zh_TW.po: Fix a typo. |