index
:
qt-creator/elfutils.git
10.0
11.0
12.0
4.10
4.11
4.12
4.13
4.14
4.15
4.4
4.5
4.6
4.7
4.8
4.9
5.0
master
upstream/dwarf
upstream/dwarflint
upstream/fche/copr
upstream/ima-keys
upstream/jankratochvil/NT_FILE
upstream/jankratochvil/cfaloop
upstream/jankratochvil/corepattern
upstream/jankratochvil/devmem
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo
upstream/jankratochvil/forunwind-baseaddr-hookvars-corereport-unwindx86-nonx86-fddebuginfo-ports
upstream/jankratochvil/gdbserver
upstream/jankratochvil/ppc64bidir
upstream/jankratochvil/ppc64bidir-unwindppc
upstream/main
upstream/master
upstream/mjw/DWARF5
upstream/mjw/RH-DTS
upstream/mjw/call_site
upstream/mjw/check_self_referential_die
upstream/mjw/compress
upstream/mjw/compress2
upstream/mjw/compress3
upstream/mjw/compress4
upstream/mjw/dwarf_output
upstream/mjw/dwarfstrings
upstream/mjw/elfstrmerge
upstream/mjw/fp-unwind
upstream/mjw/leaks
upstream/mjw/location-range
upstream/mjw/pending
upstream/mpolacek/autotest
upstream/pmachata/RH-DTS
upstream/pmachata/aarch64-review
upstream/pmachata/dwarf
upstream/pmachata/dwarf-writer
upstream/pmachata/dwarf_output
upstream/pmachata/dwarflint
upstream/pmachata/dwfl_core_file_report
upstream/pmachata/iterators
upstream/pmachata/macro
upstream/pmachata/range_list_iterator_formptr
upstream/pmachata/reader_hooks
upstream/pmachata/sharing
upstream/pmachata/threads
upstream/portable
upstream/relocate
upstream/robustify
upstream/roland/addrsym_tls
upstream/roland/arm_corenote
upstream/roland/cfi
upstream/roland/dwarf-collector
upstream/roland/dwarf-hacking
upstream/roland/dwarf-macinfo
upstream/roland/dwarf_edit
upstream/roland/dwarf_output-shape
upstream/roland/dwarf_output-tracker
upstream/roland/elf_clone
upstream/roland/is_stmt
upstream/roland/notes
upstream/roland/parisc
upstream/roland/parisc_corenote
upstream/roland/relocate-cfi-tmp
upstream/roland/tracker
upstream/roland/unstrip-buildid-relative
upstream/roland/unwind
upstream/users/amerey/manpages
upstream/users/amerey/thread_safety
upstream/users/amerey/try-abbrev_lock
upstream/users/amerey/try-arhdr
upstream/users/amerey/try-clean
upstream/users/amerey/try-compress
upstream/users/amerey/try-config
upstream/users/amerey/try-gettext-cache
upstream/users/amerey/try-lcov-and-ssize_t
upstream/users/amerey/try-no-objcopy
upstream/users/amerey/try-pr27405
upstream/users/amerey/try-pr31097
upstream/users/amerey/try-readelf-concurrency
upstream/users/amerey/try-remove-relocs
upstream/users/amerey/try-remove-relocs2
upstream/users/amerey/try-sample-guard
upstream/users/amerey/try-thread
upstream/users/amerey/try-track-fds
upstream/users/amerey/try-xz4
upstream/users/amerey/try-xz5
upstream/users/dichen/readelf-28873
upstream/users/dichen/readelf-Ds
upstream/users/dichen/try-dwfl-frame-reg
upstream/users/marxin/try-PR29474-fix-debuginfod-concurrency
upstream/users/marxin/try-zstd-support-v2
upstream/users/serhei/eu-stacktrace
upstream/users/serhei/eu-stacktrace.v0
upstream/users/serhei/eu-stacktrace.v1
upstream/users/serhei/try-process-tracker
Fork of git://sourceware.org/git/elfutils.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libelf
Commit message (
Expand
)
Author
Age
Files
Lines
*
libelf: Always update e_version and e_shentsize in elf_update.
Mark Wielaard
2015-09-29
2
-5
/
+13
*
Properly mark all internal function definitions.
Mark Wielaard
2015-09-23
8
-0
/
+23
*
Remove old-style function definitions.
Mark Wielaard
2015-09-23
86
-398
/
+189
*
Update dl-hash.h from glibc.
Mark Wielaard
2015-09-23
2
-41
/
+38
*
libelf: Don't leak memory on failure paths in elf_updatefile.
Mark Wielaard
2015-06-19
2
-12
/
+22
*
libelf: Check symbol section header exists before use in nlist.
Mark Wielaard
2015-06-19
2
-2
/
+10
*
libelf: Always call ftruncate before posix_fallocate to set the right size.
Mark Wielaard
2015-06-19
2
-2
/
+10
*
libelf: Make sure elf_getdata_rawchunk returns aligned data.
Mark Wielaard
2015-06-09
3
-3
/
+34
*
libelf: Make sure conversion functions work on aligned data for type.
Mark Wielaard
2015-06-09
2
-2
/
+29
*
libelf: Check e_shoff alignment before direct access of Elf(32|64)_Shdr.
Mark Wielaard
2015-06-08
2
-4
/
+9
*
libelf: Split checks for ehdr and shdr, drop phdr check in file_read_elf.
Mark Wielaard
2015-06-08
2
-65
/
+80
*
libelf: Fix possible unbounded stack usage in load_shdr_wrlock.
Mark Wielaard
2015-06-05
2
-4
/
+19
*
libelf: Fix possible unbounded stack usage in getphdr_wrlock.
Mark Wielaard
2015-06-05
2
-4
/
+19
*
libelf: Fix unbounded stack usage in elf_getarsym for !ALLOW_UNALIGNED case.
Mark Wielaard
2015-06-05
2
-1
/
+14
*
libelf: Don't call memmove with possible NULL buffer.
Mark Wielaard
2015-06-05
2
-2
/
+7
*
libelf: Don't call mempcpy with possible NULL d_buf.
Mark Wielaard
2015-06-05
2
-1
/
+6
*
libelf: Fix possible unbounded stack usage in updatefile.
Mark Wielaard
2015-05-27
2
-3
/
+26
*
libelf: Fix possible unbounded stack usage in updatemmap.
Mark Wielaard
2015-05-27
2
-8
/
+28
*
libelf: Fix possible unbounded stack usage in elf_getarsym.
Mark Wielaard
2015-05-27
2
-2
/
+17
*
libelf: Use posix_fallocate instead of ftruncate to extend ELF file.
Mark Wielaard
2015-05-27
2
-3
/
+18
*
libelf: If e_phnum is zero then set e_phoff also to zero.
Mark Wielaard
2015-05-18
2
-0
/
+13
*
libelf: More checking of valid sh_addralign values.
Mark Wielaard
2015-05-18
3
-0
/
+26
*
libelf: Make sure shdrs are valid before storing extended phnum in newphdr.
Mark Wielaard
2015-05-18
2
-1
/
+17
*
Always call gelf_fsize with EV_CURRENT as argument.
Mark Wielaard
2015-05-13
2
-1
/
+5
*
libelf: Make sure version xlate dest buffer is fully defined.
Mark Wielaard
2015-05-06
2
-1
/
+16
*
Update elf.h from glibc.
Mark Wielaard
2015-04-28
2
-10
/
+184
*
libelf: Don't extend ELF file size with SHT_NOBITS sh_offset.
Mark Wielaard
2015-03-27
2
-4
/
+8
*
libelf: Make __libelf_set_data_list_rdlock an internal_function.
Mark Wielaard
2015-02-19
2
-1
/
+5
*
libelf: Consider sh_addralign 0 as 1
Jan Kratochvil
2015-02-07
2
-1
/
+6
*
libelf: Make sure string returned by elf_strptr is NUL terminated.
Mark Wielaard
2015-02-06
2
-2
/
+26
*
libelf: elf_strptr should use datalist when data has been added to section.
Mark Wielaard
2015-02-06
2
-6
/
+17
*
libelf: Fix elf_newdata when raw ELF file/image data is available.
Mark Wielaard
2015-02-06
4
-41
/
+89
*
libelf: elf_strptr should fetch the shdr for the section if not yet known.
Mark Wielaard
2015-02-06
2
-5
/
+12
*
libelf: gelf_getphdr should check phdr index is valid.
Mark Wielaard
2015-01-15
4
-28
/
+40
*
libelf: ar_size cannot be negative. Fix max ar size.
Mark Wielaard
2015-01-12
2
-1
/
+13
*
libelf: Fix dir traversal vuln in ar extraction.
Alexander Cherepanov
2014-12-29
2
-4
/
+6
*
avoid scary command output
Ulrich Drepper
2014-12-18
2
-1
/
+5
*
libelf: Make sure ar archive long_names len fits in mapped ELF file.
Mark Wielaard
2014-12-17
2
-5
/
+15
*
libelf: Check index_size doesn't overflow in elf_getarsym.
Mark Wielaard
2014-12-17
2
-1
/
+6
*
libelf: Clear any garbage left in the ar name table.
Mark Wielaard
2014-12-17
2
-2
/
+11
*
libelf: Correct ELF64 section offset check in file_read_elf.
Mark Wielaard
2014-12-15
2
-2
/
+6
*
libelf: Add some ar header sanity checking.
Mark Wielaard
2014-12-15
2
-3
/
+18
*
libelf: Make sure n * w doesn't overflow in elf_getarsym.
Mark Wielaard
2014-12-12
2
-1
/
+5
*
Add configure --disable-textrelcheck option to enable CC=afl-fuzz on 32bit.
Mark Wielaard
2014-12-04
2
-1
/
+5
*
libelf: Change signed overflow check to unsigned in elf_getdata_rawchunk.
Mark Wielaard
2014-11-26
2
-3
/
+9
*
libelf: Copy over any leftover data from src to dest in elf_cvt_note.
Mark Wielaard
2014-11-26
2
-1
/
+11
*
libelf: elf_getphdrnum sanity check the returned phnum result.
Mark Wielaard
2014-11-26
2
-0
/
+38
*
libelf: Check for overflow in version_xlate elf_cvt_Verdef and elf_cvt_Verneed.
Mark Wielaard
2014-11-18
2
-4
/
+9
*
Check elf_strptr didn't fail getting section name.
Mark Wielaard
2014-11-17
2
-2
/
+7
*
libelf: elf_getshdrstrndx cannot use SHN_XINDEX without section headers.
Mark Wielaard
2014-11-17
2
-0
/
+20
[next]