summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined arithmetic operations detected by -fsanitize=undefined when run...Nick Clifton2015-02-261-15/+23
* Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton2015-02-131-2/+15
* Fix mistake in recent code to check for an unterminated leb128 number.Nick Clifton2015-02-131-1/+1
* binutils/dwarf.c white spaceAlan Modra2015-02-131-305/+306
* Fixes for invalid memory accesses triggered by running readelf on fuzzed bina...Nick Clifton2015-02-111-15/+29
* Fix memory access violations discovered by running readelf compiled with unde...Nick Clifton2015-02-101-3/+3
* Fixes for memory access violations triggered by running readelf on fuzzed bin...Nick Clifton2015-02-101-2/+9
* Fix memory access violations triggered by running objdump compiled with out-o...Nick Clifton2015-02-101-8/+30
* Recognize new DWARF5/GCC5 DW_LANG constants for Fortran 03 and Fortran 08.Mark Wielaard2015-02-101-0/+2
* Fix memory access violations triggered by processing fuzzed binaries with a 3...Nick Clifton2015-02-061-3/+18
* Fixes illegal memory accesses triggereb by running a 32-bit binary version of...Nick Clifton2015-02-061-4/+7
* Don't refer to optarg in dwarf.c functionAlan Modra2015-02-051-1/+1
* More fixes for memory access violations triggered by running readelf on fuzze...Nick Clifton2015-02-041-10/+28
* Fix memory access violations triggered by running readelf on fuzzed binaries.Nick Clifton2015-02-031-6/+24
* Properly check abbrev sizeH.J. Lu2015-01-121-4/+5
* Another fix for memory access errors trigegred by running readelf on a corrup...Nick Clifton2015-01-121-22/+36
* More fixes for memory access errors when running readelf on fuzzed binaries.Nick Clifton2015-01-121-3/+19
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2015-01-051-31/+76
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Reverts an "enhancement" made in a previous delta which complained ofNick Clifton2014-12-241-7/+2
* Cast size to long to warnH.J. Lu2014-12-221-1/+1
* More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton2014-12-221-12/+58
* Display DW_LANG_C11 as (C11).Mark Wielaard2014-12-181-1/+1
* Fix a few moere memory access violations.Nick Clifton2014-12-111-5/+15
* Use autoconf check for long long in binutilsAlan Modra2014-12-111-11/+12
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2014-12-081-4/+66
* Properly check for an out of range row indexH.J. Lu2014-12-011-1/+1
* More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton2014-12-011-45/+73
* Add checks for memory access violations exposed by fuzzed archives.Nick Clifton2014-12-011-0/+8
* dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.Mark Wielaard2014-11-271-0/+3
* More fixes for memory access errors triggered by attemps to examine corrupted...Nick Clifton2014-11-261-23/+68
* Fixes for memory access violations exposed by fuzzinf various binaries.Nick Clifton2014-11-211-0/+24
* Fix signedness warningJan-Benedict Glaw2014-11-191-1/+1
* More fixes for illegal memory accesses exposed by fuzzed binaries.Nick Clifton2014-11-181-38/+124
* More fixes for invalid memory accesses triggered by corrupt binaries.Nick Clifton2014-11-141-16/+49
* Fix more memory faults uncovered by fuzzing various executables.Nick Clifton2014-11-121-36/+108
* Avoid undefined behaviour with signed expressionsAlan Modra2014-10-141-6/+2
* Readelf: Handle forward references to CIEsAlan Modra2014-09-221-80/+161
* aarch64: Decode dwarf2 register numbersRichard Henderson2014-08-221-0/+27
* Correctly save and recall the CFA saved register state.Romain Chastenet2014-06-091-6/+14
* Fix build time problem with MingGW hosts, which do not have a strnlen() funct...Nick Clifton2014-03-141-4/+0
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Fix readelf so it doesn't complain about corrupt attribute.Cary Coutant2014-02-111-1/+1
* PR binutils/16218Nick Clifton2013-12-201-5/+12
* remove remnants of old Mach-O workaroundTom Tromey2013-12-191-14/+5
* Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes.Doug Evans2013-11-071-36/+68
* Fix typo in previous delta.Nick Clifton2013-10-091-0/+1
* * dwarf.c (add64): New function.Nick Clifton2013-10-091-3/+33
* 2013-10-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2013-10-011-1/+1
* Pass offset_size to print_dwarf_vma for cie_idH.J. Lu2013-09-271-2/+2