summaryrefslogtreecommitdiff
path: root/binutils/elfcomm.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-05-12SAFE_BYTE_GET64Alan Modra
2021-04-01Replace const_strneq with startswith.Martin Liska
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-25asan: readelf buffer overflow and abortAlan Modra
2020-06-27asan: readelf: use after free in process_archiveAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra
2020-05-05Restore readelf's warnings that describe real problems with the file being ex...Nick Clifton
2020-04-29Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec...Nick Clifton
2020-03-19Don't use bfd.h in binutils/elfcomm.cAlan Modra
2020-03-19setup_archive parameter mismatchAlan Modra
2020-03-14readelf large memory allocationAlan Modra
2020-03-13asan: more readelf leaksAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-07-24PR23430, Indices misspelledAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-15Add support to readelf and objdump for following links to separate debug info...Nick Clifton
2017-10-28PR22361 readelf buffer overflow on fuzzed archive headerAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-22More fixes for invalid memory accesses exposed by fuzzed binaries.Nick Clifton
2014-12-08More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2014-12-01Add checks for memory access violations exposed by fuzzed archives.Nick Clifton
2014-03-05Update copyright yearsAlan Modra
2013-05-15binutils/Cary Coutant
2013-03-04 * elfcomm.c (error): Flush stdout before emitting the errorNick Clifton
2013-02-15 PR binutils/15140Nick Clifton
2013-02-07 * elfcomm.c (get_archive_member_name): Prevent seg-fault if aNick Clifton
2012-07-17 * elfcomm.c (setup_archive): Extract index table and symbol tableNick Clifton
2012-02-15 * dwarf.c (dwarf_vmatoa64): New function.Cary Coutant
2010-11-21Add and use elfcomm.c/elfcomm.h.H.J. Lu