[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libunwind] Re: dwarf/Gfind_proc_info-lsb.c: remote_lookup returns incor
From: |
David Mosberger |
Subject: |
[libunwind] Re: dwarf/Gfind_proc_info-lsb.c: remote_lookup returns incorrect or i nvalid entry. |
Date: |
Mon, 23 Aug 2004 02:25:00 -0700 |
>>>>> On Fri, 20 Aug 2004 21:52:21 -0700, "Young, Mark" <address@hidden> said:
Mark> David, In src/dwarf/Gfind_proc_info-lsb.c rev 1.5, pulled
Mark> today, remote_lookup() may return the wrong table entry or an
Mark> invalid entry combining the start address from one entry with
Mark> the fde_offset from another. The similar search in lookup()
Mark> finds the correct entry, but may perform unnecessary
Mark> comparisons to get there. The attached (bk diffs -u) patch
Mark> attempts to fix the bug and make both lookup routines more
Mark> efficient.
Looks good to me. Could you resend the patch with a Signed-off-by:
trailer? If you don't know/remember what this is a about, please
see:
http://www.hpl.hp.com/hosted/linux/mail-archives/libunwind/2004-June/000329.html
Thanks!
--david