summaryrefslogtreecommitdiff
path: root/bfd/compress.c
AgeCommit message (Expand)Author
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
2014-11-04Fix problem with linker created sections being mistakenly flaggedNick Clifton
2014-11-03More fixes for buffer overruns instigated by corrupt binaries.Nick Clifton
2014-04-30Fixes a problem with the BFD library running out of memory because it mistakenlyNick Clifton
2014-03-05Update copyright yearsAlan Modra
2013-04-17 * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton
2013-01-10Remove trailing white spaces in bfdH.J. Lu
2012-10-24Don't decompress the section in bfd_is_section_compressedH.J. Lu
2012-10-21bfd/Alan Modra
2012-10-20 * compress.c: Reinstate 2012-10-19 change.Alan Modra
2012-10-19 * compress.c: Revert previous patch.Tom Tromey
2012-10-19 * compress.c (bfd_get_full_section_contents): Don't cacheTom Tromey
2012-10-18ChangeLog bfdKai Tietz
2012-05-17 PR 14072Nick Clifton
2011-12-14When computing checksums, skip the contents of sections with the SHT_NOBITS t...Nick Clifton
2011-12-14 PR ld/12451Nick Clifton
2011-04-11 * bfd-in.h (bfd_get_section_limit): Don't use rawsize with outputAlan Modra
2011-03-062011-03-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-12-24 * compress.c (decompress_contents): Style.Alan Modra
2010-10-29Use uLong on compressed_size when using zlib.H.J. Lu