summaryrefslogtreecommitdiff
path: root/binutils/elfcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Don't use "long" in readelf for file offsetsAlan Modra2022-11-231-2/+2
* Replace elf_vma with uint64_tAlan Modra2022-08-131-97/+82
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* SAFE_BYTE_GET64Alan Modra2021-05-121-108/+17
* Replace const_strneq with startswith.Martin Liska2021-04-011-3/+4
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* asan: readelf buffer overflow and abortAlan Modra2020-09-251-47/+12
* asan: readelf: use after free in process_archiveAlan Modra2020-06-271-1/+8
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-211-8/+4
* Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton2020-05-051-9/+0
* Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton2020-04-291-0/+9
* Don't use bfd.h in binutils/elfcomm.cAlan Modra2020-03-191-28/+27
* setup_archive parameter mismatchAlan Modra2020-03-191-2/+7
* readelf large memory allocationAlan Modra2020-03-141-4/+8
* asan: more readelf leaksAlan Modra2020-03-131-4/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23430, Indices misspelledAlan Modra2018-07-241-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Add support to readelf and objdump for following links to separate debug info...Nick Clifton2017-11-151-5/+5
* PR22361 readelf buffer overflow on fuzzed archive headerAlan Modra2017-10-281-0/+11
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+8
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in binutilsH.J. Lu2015-08-121-6/+6
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton2014-12-221-0/+10
* More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton2014-12-081-2/+4
* Add checks for memory access violations exposed by fuzzed archives.Nick Clifton2014-12-011-5/+50
* Update copyright yearsAlan Modra2014-03-051-1/+1
* binutils/Cary Coutant2013-05-151-1/+118
* * elfcomm.c (error): Flush stdout before emitting the errorNick Clifton2013-03-041-0/+6
* PR binutils/15140Nick Clifton2013-02-151-7/+21
* * elfcomm.c (get_archive_member_name): Prevent seg-fault if aNick Clifton2013-02-071-0/+6
* * elfcomm.c (setup_archive): Extract index table and symbol tableNick Clifton2012-07-171-118/+151
* * dwarf.c (dwarf_vmatoa64): New function.Cary Coutant2012-02-151-0/+19
* Add and use elfcomm.c/elfcomm.h.H.J. Lu2010-11-211-0/+658