summaryrefslogtreecommitdiffstats
path: root/libelf/elf32_updatefile.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: Fix shnum and section zero handling.Mark Wielaard2018-09-131-1/+1
* libelf: Fix some issues with ELF_C_RDWR_MMAP.Mark Wielaard2018-09-131-4/+6
* libelf: Always update last_offset in updatefile and updatemmap.Mark Wielaard2017-04-041-5/+4
* lib: Provide MAX and MIN in system.hAkihiko Odaki2016-10-121-1/+0
* libelf: Don't leak memory when out of memory in updatemmap.Mark Wielaard2016-02-221-1/+3
* Move nested functions in libelf.Chih-Hung Hsieh2015-10-221-23/+27
* libelf: Don't leak memory on failure paths in elf_updatefile.Mark Wielaard2015-06-191-12/+17
* libelf: Don't call mempcpy with possible NULL d_buf.Mark Wielaard2015-06-051-1/+1
* libelf: Fix possible unbounded stack usage in updatefile.Mark Wielaard2015-05-271-3/+21
* libelf: Fix possible unbounded stack usage in updatemmap.Mark Wielaard2015-05-271-8/+23
* robustify: libelf.Jakub Jelinek2014-01-231-1/+8
* libelf: Only memcpy ehdr back when not already directly mmapped.Mark Wielaard2013-11-111-1/+1
* libelf: Write all section headers if elf flags contains ELF_F_DIRTY.Mark Wielaard2013-11-051-2/+4
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Add elf_getphdrnum, support >65536 phdrs.Roland McGrath2010-01-071-10/+16
* Fix fill_mmap for sections past the section headersLubomir Rintel2010-01-041-2/+5
* Fix handling of gaps between sections when writing files in libelf.Lubomir Rintel2009-07-211-2/+5
* Don't write uninitialized data into zeroth section header entry.Ulrich Drepper2009-02-101-1/+1
* When writing ELF files in libelf, fill the gap between sections even if onlyUlrich Drepper2009-01-221-44/+95
* Cleanup of loop to write out section content.Ulrich Drepper2009-01-211-5/+10
* Fix accounting of last written position when updating ELF files.Ulrich Drepper2009-01-211-3/+17
* Comment fix in last change.Roland McGrath2008-12-111-8/+9
* Don't crash in fill code when sh_offset layout is out of order.Roland McGrath2008-12-111-26/+38
* missed testdata filesRoland McGrath2007-08-131-3/+14
* merge of 67f3844b544f03a64b3ac896c19f94744923d76aUlrich Drepper2006-07-121-2/+2
* propagate from branch 'com.redhat.elfutils.roland.pending' (head e5cfdd13aa39...Ulrich Drepper2006-07-121-2/+2
* Adjust for internal_function_def removal.Ulrich Drepper2006-07-121-2/+2
* Fix rewriting of existing files.Ulrich Drepper2006-05-281-2/+28
* One more fixup for elf_update.elfutils-0.120Ulrich Drepper2006-04-051-1/+2
* libelf/Roland McGrath2006-04-051-3/+5
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f...Ulrich Drepper2006-04-041-12/+45
* Fix read/write of existing file using mmap and different layout of the ELFUlrich Drepper2006-04-041-30/+70
* merge of 333c187506c852455e9f7be44fa9adc360416217Ulrich Drepper2005-08-291-14/+16
* 2005-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-251-16/+14
* Fix more EINTR handling problems. Add jump prediction.Ulrich Drepper2005-08-291-14/+16
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+610