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