This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
[Bug libdw/21330] dwarf_peel_type() loops infinitely for typedef const struct ...
- From: "mark at klomp dot org" <sourceware-bugzilla at sourceware dot org>
- To: elfutils-devel at sourceware dot org
- Date: Thu, 30 Mar 2017 09:29:52 +0000
- Subject: [Bug libdw/21330] dwarf_peel_type() loops infinitely for typedef const struct ...
- Auto-submitted: auto-generated
- References: <bug-21330-10460@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=21330
Mark Wielaard <mark at klomp dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at klomp dot org
--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
Oops. That die argument at line 56 to dwarf_attr_integrate () should obviously
have been result instead.
This looks like it could never have worked. But there are various testcases
that should have caught this. Unfortunately all usages in elfutils itself do
dwarf_peel_type (die, die). And that invocation works just fine...
--
You are receiving this mail because:
You are on the CC list for the bug.