summaryrefslogtreecommitdiff
path: root/libdw/fde.c
Commit message (Expand)AuthorAgeFilesLines
* libdw: Don't leak duplicate FDEs.Mark Wielaard2016-01-021-1/+10
* libdw: Don't use a FDE if it doesn't actually cover a real code range.Mark Wielaard2016-01-021-0/+7
* libdw: Robustify eh_frame_hdr and encoded-values reading.Mark Wielaard2015-01-151-1/+12
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-2/+2
* Fix memory leak and set libdw errno when intern_fde cannot parse start/end.Mark Wielaard2013-09-121-1/+5
* libdw/Jan Kratochvil2012-10-081-5/+10
* Code cleanup.Jan Kratochvil2012-10-081-19/+17
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Add new dwarf_cfi_validate_fde call.Roland McGrath2010-06-161-8/+13
* libdw/fde.c (intern_fde): Fix length check for sized_augmentation_data.Mark Wielaard2010-02-021-1/+1
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-0/+306