summaryrefslogtreecommitdiff
path: root/libelf/elf_compress.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: fix spelling typos in commentsDmitry V. Levin2020-12-121-1/+1
* libelf: Use GElf_Ehdr instead of Elf handle in __libelf_data_typeMark Wielaard2020-11-061-1/+1
* libelf: Fix double free in __libelf_compress on error path.Mark Wielaard2020-04-251-1/+0
* libelf: {de,}compress: ensure zlib resource cleanupMatthias Maennich2020-03-201-6/+5
* libelf: There is just one ELF version.Mark Wielaard2019-02-281-1/+1
* libelf: Handle zero size decompressed data.Mark Wielaard2019-02-191-13/+18
* libelf: Correctly setup alignment of SHF_COMPRESSED section data.Mark Wielaard2018-11-131-2/+2
* libelf: Explicitly update section data after (de)compression.Mark Wielaard2018-11-091-0/+6
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-291-1/+2
* libelf: Check compression ratio before trying to allocate output buffer.Mark Wielaard2017-04-031-0/+9
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-5/+1
* libelf: Fix memory leak in elf_compress for mmapped ELF files.Mark Wielaard2016-08-151-2/+5
* libelf: Fix memory leak when zlib deflateInit fails in elf_compress.Mark Wielaard2016-04-141-0/+1
* Move nested functions in elf_compress.c and elf_strptr.c.Chih-Hung Hsieh2016-01-231-10/+15
* libelf: Make elf_strptr index correctly into compressed section data.Mark Wielaard2016-01-061-38/+59
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-061-0/+490