diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-27 09:18:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-27 09:18:17 +0000 |
commit | 9a267ae298e5e208f05f0e5089530697f0226300 (patch) | |
tree | 97d6a264097ccb57131380b29d72065434daf5f9 /ChangeLog | |
parent | 11df531f59482469dd5482e8d397d89ce4acd6f5 (diff) | |
download | glibc-9a267ae298e5e208f05f0e5089530697f0226300.zip glibc-9a267ae298e5e208f05f0e5089530697f0226300.tar.gz glibc-9a267ae298e5e208f05f0e5089530697f0226300.tar.bz2 |
Update.
* elf/sprof.c (load_shobj): Use l_map_start not l_addr to locate
ELF header.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-10-27 Ulrich Drepper <drepper@redhat.com> + * elf/sprof.c (load_shobj): Use l_map_start not l_addr to locate + ELF header. + * inet/rcmd.c (__validuser2_sa): Remove unnecessary code to skip rest of line. We use getline which means this cannot happen. |