summaryrefslogtreecommitdiff
path: root/libelf/elf_begin.c
Commit message (Expand)AuthorAgeFilesLines
* libelf: Add elf_compress and elf_compress_gnu.Mark Wielaard2016-01-061-0/+2
* libelf: use the right size when preading in[0].sh_sizeJose E. Marchesi2015-10-221-1/+1
* Move nested functions in libelf.Chih-Hung Hsieh2015-10-221-15/+15
* Remove old-style function definitions.Mark Wielaard2015-09-231-7/+3
* libelf: Check e_shoff alignment before direct access of Elf(32|64)_Shdr.Mark Wielaard2015-06-081-4/+4
* libelf: Split checks for ehdr and shdr, drop phdr check in file_read_elf.Mark Wielaard2015-06-081-65/+75
* libelf: ar_size cannot be negative. Fix max ar size.Mark Wielaard2015-01-121-1/+8
* libelf: Fix dir traversal vuln in ar extraction.Alexander Cherepanov2014-12-291-4/+1
* libelf: Make sure ar archive long_names len fits in mapped ELF file.Mark Wielaard2014-12-171-5/+10
* libelf: Clear any garbage left in the ar name table.Mark Wielaard2014-12-171-2/+6
* libelf: Correct ELF64 section offset check in file_read_elf.Mark Wielaard2014-12-151-2/+2
* libelf: Add some ar header sanity checking.Mark Wielaard2014-12-151-3/+12
* libelf: Use mempcpy not __mempcpy.Mark Wielaard2014-11-131-2/+2
* libelf: Correct shdr size check for (raw) getdata.Mark Wielaard2014-11-081-4/+4
* elf_begin sets elf_errno for cases that the file is completely unreadablePetr Machata2014-09-111-3/+6
* Remove mudflap build option.Mark Wielaard2014-04-181-5/+0
* robustify: libelf.Jakub Jelinek2014-01-231-3/+29
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-071-1/+5
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Handle truncated phdrs without crash.Roland McGrath2010-04-141-10/+6
* Avoid wild section data pointers from bogus sh_offset in mapped files.Roland McGrath2010-02-171-8/+14
* Add elf_getphdrnum, support >65536 phdrs.Roland McGrath2010-01-071-9/+12
* propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (he...Ulrich Drepper2008-12-041-6/+17
* libdwfl/Roland McGrath2008-09-301-5/+15
* Fix up bogon and missing log entries from .pmachata.threads branch.Roland McGrath2008-08-251-2/+2
* propagate from branch 'com.redhat.elfutils.pmachata.threads' (head 8bd3bc10eb...Ulrich Drepper2008-08-161-2/+2
* Finish elflint .gnu.attributes checkingRoland McGrath2008-02-211-100/+33
* propagate from branch 'com.redhat.elfutils.disasm' (head d15b4eb794e81e477f98...Ulrich Drepper2008-01-021-0/+26
* merge of '92c36bfdbc6468d1711c043b530e0dfe5abb6dec'Ulrich Drepper2007-10-161-1/+8
* propagate from branch 'com.redhat.elfutils.roland.pending' (head b584b7056d67...Ulrich Drepper2007-03-301-4/+14
* Implement ar program.Ulrich Drepper2007-02-051-2/+3
* merge of 67f3844b544f03a64b3ac896c19f94744923d76aUlrich Drepper2006-07-121-3/+3
* propagate from branch 'com.redhat.elfutils.roland.pending' (head e5cfdd13aa39...Ulrich Drepper2006-07-121-3/+3
* Adjust for internal_function_def removal.Ulrich Drepper2006-07-121-3/+3
* 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
* merge of 333c187506c852455e9f7be44fa9adc360416217Ulrich Drepper2005-08-291-171/+123
* 2005-08-24 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-251-123/+171
* Fix more EINTR handling problems. Add jump prediction.Ulrich Drepper2005-08-291-45/+43
* Add strings program.Ulrich Drepper2005-08-281-48/+45
* Speed-up elf_begin when not using mmap.Ulrich Drepper2005-08-281-95/+52
* Correct build programs caused by commit from devel tree.Ulrich Drepper2005-08-151-2/+3
* merge of 0bc367fba741939c3256bd69de909e6c23067adfUlrich Drepper2005-08-131-37/+85
* 2005-08-13 Roland McGrath <roland@redhat.com>Roland McGrath2005-08-131-85/+37
* Optimize memory handling. Copy pread if possible. Handle EINTR.Ulrich Drepper2005-08-131-13/+29
* Fix elf_begin for 64-bit and optimize a bit.Ulrich Drepper2005-08-131-24/+56
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+1073