summaryrefslogtreecommitdiff
path: root/bfd/compress.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-11-05PR28530, Hang in objdump on machine with 196GB RAMAlan Modra
2021-11-04Revert "bfd: Always check sections with the corrupt size"H.J. Lu
2021-11-04bfd: Always check sections with the corrupt sizeH.J. Lu
2021-10-07Change ridiculous section size errorAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska
2021-01-16Tidy inflateEnd callsAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-04-21BFD: Exclude sections with no content from compress check.Tamar Christina
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-19bfd_section_* macrosAlan Modra
2019-07-02Fix a bug recently introduced to the linker where it would complain about a s...Nick Clifton
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-11-27Initialize *uncompressed_align_pow_p to 0H.J. Lu
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard
2018-02-19%L conversionsAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-07-18Fix spelling typos.Yuri Chornovian
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra
2017-06-26Check file size before getting section contentsH.J. Lu
2017-06-26Fix address violations when atempting to parse fuzzed binaries.Nick Clifton
2017-04-26Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton
2017-02-17Fix potential illegal memory access in ZLIB because of an erroneous declarati...Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-10Provide a more helpful error message when the BFD library is unable to load a...Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu
2015-04-24Fix compile time warning messages about variables being used before they are ...Nick Clifton
2015-04-23Delay setting up compressed debug section namesH.J. Lu
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu
2015-04-10Use bfd_alloc for compressed section contentsH.J. Lu
2015-04-09Update comments in compress.cH.J. Lu
2015-04-08Work around a GCC uninitialized warning bugH.J. Lu
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu
2015-04-06Use bfd_putb64/bfd_getb64H.J. Lu
2015-04-04Replace uncompressed_size_buffer with compressed_size_bufferH.J. Lu
2015-04-04Extract get_uncompressed_sizeH.J. Lu
2015-03-29Add --with-system-zlib in bfdH.J. Lu
2015-03-24Don't write the zlib header if not usedH.J. Lu
2015-03-19Fix building and testing dwarf debug section compression feature when zlib is...Nick Clifton
2015-03-18Make bfd_compress_section_contents staticH.J. Lu
2015-03-18Fix debug section compression so that it is only performed if it would make t...Jon Turney
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-12-03Fix memory access problems exposed by fuzzed binaries.Nick Clifton
2014-12-01More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton
2014-11-06Revert changes in previous deltas that introduced new failures intoNick Clifton