diff options
| author | Mark Wielaard <[email protected]> | 2017-03-30 12:19:53 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-04-05 16:41:00 +0200 |
| commit | f339da994fda25b51cddc3d88182f249b75f89ff (patch) | |
| tree | 2aa4c8272d1124a601b21e9a06cf81358bac4fb7 /libdw/ChangeLog | |
| parent | fb6709f1a41b58a9557ea45b7f53ae678c660b21 (diff) | |
libdw: Fix dwarf_peel_type infinite loop.
We were calling dwarf_attr_integrate () in the die in the loop instead of
on the result. Which would cause an infinite loop when die != result.
Add a testcase that explicitly checks this case.
https://sourceware.org/bugzilla/show_bug.cgi?id=21330
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
| -rw-r--r-- | libdw/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 978b9913..3f63a174 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,8 @@ +2017-03-30 Mark Wielaard <[email protected]> + + * dwarf_peel_type.c (dwarf_peel_type): Call dwarf_attr_integrate on + result. + 2016-10-22 Mark Wielaard <[email protected]> * dwarf.h: Correct spelling of DW_LANG_PLI. Add compatibility define. |
