diff options
| author | Roland McGrath <[email protected]> | 2010-04-14 12:54:45 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2010-04-14 12:54:45 -0700 |
| commit | be1393031d9db8504d7d651c1da514be3766e7fa (patch) | |
| tree | dd45f75b1dbe7639a14a8d120aa5be99e8d3c566 /libdwfl/ChangeLog | |
| parent | 62b28b63dc2495f3ce360ef2abd8112414cbe95c (diff) | |
Prevent infinite iteration on link_map list clobbered into circularity.
Diffstat (limited to 'libdwfl/ChangeLog')
| -rw-r--r-- | libdwfl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 5205bdc9..54ac53fa 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,8 @@ +2010-04-14 Roland McGrath <[email protected]> + + * link_map.c (report_r_debug): Limit iterations on the l_next chain to + an upper bound on sane possible number of elements. + 2010-03-11 Roland McGrath <[email protected]> * link_map.c (auxv_format_probe): Fix scanning loop, so we really scan |
