summaryrefslogtreecommitdiff
path: root/src/unstrip.c
Commit message (Expand)AuthorAgeFilesLines
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* Introduce error_exit as a noreturn variant of error (EXIT_FAILURE, ...)Mark Wielaard2022-03-301-84/+82
* Use xasprintf instead of asprintf followed by error(EXIT_FAILURE)Dmitry V. Levin2021-09-091-6/+2
* unstrip: Always check gelf_getrel[a] resultsMark Wielaard2021-07-031-0/+2
* unstrip: Fix small leak in handle_output_dir_module.Mark Wielaard2021-04-131-0/+2
* unstrip: Remove nested next() functionTimm Bäder2021-03-011-8/+6
* unstrip: Pull warn() into file scopeTimm Bäder2021-03-011-15/+20
* unstrip: Inline find_unalloc_section() into only callerTimm Bäder2021-03-011-26/+21
* unstrip: Pull check_match() into file scopeTimm Bäder2021-03-011-12/+16
* unstrip: Pull adjust_reloc() into file scopeTimm Bäder2021-03-011-13/+15
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-161-4/+0
* Switch from numerical to defined constants for permissions.Érico Rolim2020-11-031-2/+3
* unstrip: Stop using strndupa.Érico Rolim2020-10-271-5/+11
* libdwfl, src: Replace some asserts with proper check or error messages.Mark Wielaard2020-07-191-4/+5
* unstrip: Check symbol strings are terminated.Mark Wielaard2019-10-291-1/+3
* unstrip: Don't try to write extra bogus versym data.Mark Wielaard2019-10-261-1/+1
* unstrip: Add sanity check for bogus sh_offset of allocated sections.Mark Wielaard2019-10-261-0/+15
* unstrip: Add various checks for bad input data.Mark Wielaard2019-10-261-18/+44
* unstrip: Robustify gelf_getshdr and gelf_getsymshndx calls.Mark Wielaard2019-04-281-0/+4
* unstrip: Add ELF_CHECK to make sure gelf_getehdr () doesn't return NULL.Mark Wielaard2018-11-021-0/+1
* Check sh_entsize is not zero.Mark Wielaard2018-10-201-1/+26
* unstrip: Renumber the group section indexes.Mark Wielaard2018-10-191-0/+14
* strip, unstrip: Handle SHT_GROUP correctly.Mark Wielaard2018-10-171-5/+55
* strip,unstrip: Use and set shdrstrndx consistently.Mark Wielaard2018-09-141-1/+20
* unstrip: Also check sh_size in compare_unalloc_sections.Mark Wielaard2018-07-271-0/+6
* unstrip: Handle SHT_GROUP sections in ET_REL files.Mark Wielaard2018-07-271-1/+5
* Consolidate error.h inclusion in system.hRoss Burton2018-07-051-1/+1
* Internationalized messages should not contain the '\v' escape sequence.Mark Wielaard2017-09-151-1/+2
* Protect against integer overflow on shnumUlf Hermann2017-04-271-11/+14
* Move print_version into printversion.{h|c}Ulf Hermann2017-02-171-1/+1
* http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/Mark Wielaard2016-12-241-14/+0
* unstrip: Don't try to use unstripped .symtab with stripped .strtabKevin Cernekee2016-10-241-6/+6
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-0/+1
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-031-23/+27
* unstrip: Fix off by one array access with unstripped_strent.Mark Wielaard2016-07-111-3/+3
* unstrip: Don't leak new section data.Mark Wielaard2016-01-021-2/+37
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-4/+4
* Allocate exact amount of bytes for phdrs and shdrs.Mark Wielaard2015-10-081-11/+7
* Do without union of variable length arrays.Chih-Hung Hsieh2015-10-071-9/+18
* unstrip: Update sh_info when SH_INFO_LINK_P not just when SHF_INFO_LINK setMark Wielaard2015-10-051-1/+1
* Handle merged strtab/shstrtab string tables in strip and unstrip.Mark Wielaard2015-10-051-1/+44
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-071-7/+7
* unstrip: Handle debuginfo files with missing SHF_INFO_LINK section flags.Mark Wielaard2015-08-031-5/+29
* Drop mtrace calls.Max Filippov2015-05-041-4/+0
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-261-8/+20
* unstrip: Allow prelinked, but non-split .bss section.Mark Wielaard2014-05-271-2/+3
* unstrip: Add --force to force combining files when ELF headers don't match.Mark Wielaard2014-05-271-16/+41
* Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
* Update copyright yearUlrich Drepper2012-01-211-2/+2
* unstrip.c: Mark function as static.Marek Polacek2011-05-071-1/+1