summaryrefslogtreecommitdiff
path: root/binutils/elfcomm.c
AgeCommit message (Expand)Author
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