diff options
author | Jeff Law <law@redhat.com> | 2012-06-21 09:26:41 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2012-06-21 09:26:41 -0600 |
commit | 28363bbf705830cb35791af679401559376eaa75 (patch) | |
tree | d04ba0e96581b43edcfe7eaaea5e4bdce8870886 /ChangeLog | |
parent | 09615db4a954a51014bb75e6def15ec05d4f0da9 (diff) | |
download | glibc-28363bbf705830cb35791af679401559376eaa75.tar.gz glibc-28363bbf705830cb35791af679401559376eaa75.tar.xz glibc-28363bbf705830cb35791af679401559376eaa75.zip |
2012-06-21 Jeff Law <law@redhat.com>
[BZ #13882] * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use uint16_t for elements in the "seen" array to avoid char overflows. * elf/dl-fini.c (_dl_sort_fini): Likewise. * elf/dl-open.c (dl_open_worker): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0a70e8bdec..01bb5c49af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-06-21 Jeff Law <law@redhat.com> + + [BZ #13882] + * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use + uint16_t for elements in the "seen" array to avoid char overflows. + * elf/dl-fini.c (_dl_sort_fini): Likewise. + * elf/dl-open.c (dl_open_worker): Likewise. + 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com> * scripts/list-sources.sh: Scan PORTS for translations. |