diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-06 21:01:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-06 21:01:32 +0000 |
commit | ffecd39b9ce741b74c53b7d5e7e9571e2f25f795 (patch) | |
tree | bf3181d962f7eab07bdd4cd7db1cb3b249280ad5 /ChangeLog | |
parent | 30b323ab4efa30eb0250bf3375050685ab3d9da2 (diff) | |
download | glibc-ffecd39b9ce741b74c53b7d5e7e9571e2f25f795.tar.gz glibc-ffecd39b9ce741b74c53b7d5e7e9571e2f25f795.tar.xz glibc-ffecd39b9ce741b74c53b7d5e7e9571e2f25f795.zip |
[BZ #4131]
2007-05-06 Ulrich Drepper <drepper@redhat.com> [BZ #4131] * elf/dl-addr.c (_dl_addr): Compare address with actual segment boundaries to work around systems with overlapping binary loading. Based on a patch by Suzuki <suzuki@in.ibm.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c09e317499..ea904651d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-06 Ulrich Drepper <drepper@redhat.com> + + [BZ #4131] + * elf/dl-addr.c (_dl_addr): Compare address with actual segment + boundaries to work around systems with overlapping binary loading. + Based on a patch by Suzuki <suzuki@in.ibm.com>. + 2007-05-04 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (process_string_arg): Adjust call to |