aboutsummaryrefslogtreecommitdiff
path: root/bfd/compress.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-1/+1
2024-03-25bfd: make _bfd_section_size_insane part of the public APIAndrew Burgess1-2/+2
2024-03-19Fix free of unallocated memory in the BFD library's compression code.Nick Clifton1-0/+4
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-10-10asan: invalid free in bfd_init_section_compress_statusAlan Modra1-8/+8
2023-05-03Generated docs and include filesAlan Modra1-1/+1
2023-03-29Sanity check section size in bfd_init_section_compress_statusAlan Modra1-1/+2
2023-02-15Remove RETURNS from BFD chew commentsTom Tromey1-3/+0
2023-02-09Memory leak in bfd_init_section_compress_statusAlan Modra1-1/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-17bfd_get_relocated_section_contents allow NULL data bufferAlan Modra1-10/+11
2022-12-07bfd_compress_section_contents access to elf_section_dataAlan Modra1-1/+2
2022-12-07Compression tidy and fixesAlan Modra1-1/+68
2022-12-06bfd: Avoid signed overflow for new_size adjustmentH.J. Lu1-1/+1
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-17/+53
2022-12-06Compression header enumAlan Modra1-10/+353
2022-12-06PR29855, ch_type in bfd_init_section_decompress_status can be uninitializedAlan Modra1-0/+1
2022-12-05Re: Renaming .debug to .zdebug and vice versaAlan Modra1-2/+2
2022-12-04Renaming .debug to .zdebug and vice versaAlan Modra1-0/+29
2022-11-11PR28834, PR26946 sanity checking section sizeAlan Modra1-29/+14
2022-10-16zlib-gabi to zstd woesAlan Modra1-24/+5
2022-10-04Support objcopy changing compression to or from zstdAlan Modra1-122/+118
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-18/+54
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-05PR28530, Hang in objdump on machine with 196GB RAMAlan Modra1-0/+15
2021-11-04Revert "bfd: Always check sections with the corrupt size"H.J. Lu1-27/+23
2021-11-04bfd: Always check sections with the corrupt sizeH.J. Lu1-23/+27
2021-10-07Change ridiculous section size errorAlan Modra1-1/+1
2021-03-31Use bool in bfdAlan Modra1-41/+41
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-2/+2
2021-01-16Tidy inflateEnd callsAlan Modra1-2/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-04-21BFD: Exclude sections with no content from compress check.Tamar Christina1-0/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-4/+3
2019-07-02Fix a bug recently introduced to the linker where it would complain about a s...Nick Clifton1-0/+3
2019-06-28Prevent attempts to allocate excessive amounts of memory when parsing corrupt...Nick Clifton1-0/+17
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-27Initialize *uncompressed_align_pow_p to 0H.J. Lu1-0/+2
2018-11-27Handle ELF compressed header alignment correctly by setting up the section al...Mark Wielaard1-10/+25
2018-02-19%L conversionsAlan Modra1-2/+2
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-2/+2
2017-07-18Fix spelling typos.Yuri Chornovian1-1/+1
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-2/+2
2017-06-26Check file size before getting section contentsH.J. Lu1-7/+1
2017-06-26Fix address violations when atempting to parse fuzzed binaries.Nick Clifton1-0/+6
2017-04-26Fix seg-fault attempting to compress a debug section in a corrupt binary.Nick Clifton1-10/+9
2017-02-17Fix potential illegal memory access in ZLIB because of an erroneous declarati...Nick Clifton1-1/+1