| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use relative include paths in library files. | Mark Wielaard | 2022-12-20 | 1 | -1/+1 |
* | lib{asm,cpu,dw,dwfl,dwelf}: Move platform depended include into system.h | Yonggang Luo | 2022-10-28 | 1 | -2/+0 |
* | libdwfl: Declare possible zero sized arrays only when non-zero | Mark Wielaard | 2022-01-06 | 1 | -2/+2 |
* | libdwfl: Fix overflow check in link_map.c read_addrs | Mark Wielaard | 2022-01-06 | 1 | -1/+2 |
* | libdwfl: Calculate addr to read by hand in link_map.c read_addrs. | Mark Wielaard | 2022-01-04 | 1 | -6/+5 |
* | libdwfl: Call xlatetom on aligned buffers in dwfl_link_map_report | Mark Wielaard | 2022-01-04 | 1 | -1/+18 |
* | libdwfl: Make sure there is at least one phdr | Mark Wielaard | 2021-12-18 | 1 | -0/+5 |
* | libdwfl: Make sure there is at least one dynamic entry | Mark Wielaard | 2021-12-18 | 1 | -0/+5 |
* | libdwfl: Make sure phent is sane and there is at least one phdr | Mark Wielaard | 2021-12-16 | 1 | -2/+14 |
* | libdwfl: Don't try to convert too many dyns in dwfl_link_map_report | Mark Wielaard | 2021-12-10 | 1 | -1/+13 |
* | libdwfl: Make sure we know the phdr entry size before searching phdrs. | Mark Wielaard | 2021-12-09 | 1 | -1/+1 |
* | libdwfl: Don't try to convert too many bytes in dwfl_link_map_report | Mark Wielaard | 2021-12-09 | 1 | -2/+15 |
* | libdwfl: fix potential NULL pointer dereference when reading link map | Omar Sandoval | 2021-06-10 | 1 | -1/+1 |
* | link_map: Pull read_addrs() into file scope | Timm Bäder | 2020-12-10 | 1 | -47/+57 |
* | link_map: Pull release_buffer() into file scope | Timm Bäder | 2020-12-10 | 1 | -16/+32 |
* | link_map: Inline consider_phdr() into only caller | Timm Bäder | 2020-12-06 | 1 | -40/+32 |
* | libdwfl: Don't dereference possibly unaligned auxv entry pointer from core. | Mark Wielaard | 2017-11-24 | 1 | -19/+19 |
* | libdwfl: Fix assert and set in.d_size in dwfl_link_map_report. | Mark Wielaard | 2016-08-15 | 1 | -2/+5 |
* | Move nested functions check64 and check32 in link_map.c to file scope. | Chih-Hung Hsieh | 2016-01-03 | 1 | -47/+53 |
* | libdwfl: Fix memory leak in link_map.c dwfl_link_map_report. | Mark Wielaard | 2016-01-02 | 1 | -2/+7 |
* | libdwfl: Don't leak core Elf and core file descriptor from argp-std. | Mark Wielaard | 2016-01-02 | 1 | -4/+8 |
* | Trust AC_SYS_LARGEFILE to provide large file support | Josh Stone | 2015-10-09 | 1 | -1/+1 |
* | Do without union of variable length arrays. | Chih-Hung Hsieh | 2015-10-07 | 1 | -53/+34 |
* | libdwfl: Don't assume auxv or r_debug data is properly aligned in link_map. | Mark Wielaard | 2015-06-05 | 1 | -10/+15 |
* | libdwfl: Don't allocate phdrs and dyn on stack in link_map. | Mark Wielaard | 2015-05-27 | 1 | -10/+24 |
* | Use elf_getphdrnum instead of accessing ehdr->e_phnum directly. | Mark Wielaard | 2014-11-26 | 1 | -3/+15 |
* | Fix report_r_debug for prelinked libraries | Jan Kratochvil | 2014-07-28 | 1 | -3/+10 |
* | Fix non-build-id core files on build-id system | Jan Kratochvil | 2013-11-21 | 1 | -3/+5 |
* | link_map: Use proper bias, not l_addr | Jan Kratochvil | 2013-11-21 | 1 | -6/+6 |
* | dwfl_core_file_report: Fix core files for re-prelink-ed files | Jan Kratochvil | 2013-11-07 | 1 | -1/+0 |
* | Fix false match of non-build-id disk library to build-id memory library. | Jan Kratochvil | 2013-07-23 | 1 | -28/+55 |
* | libdwfl: link_map.c (report_r_debug) always release memory_callback buffer. | Mark Wielaard | 2013-06-05 | 1 | -5/+10 |
* | Use DT_DEBUG library search first. | Jan Kratochvil | 2013-05-30 | 1 | -35/+137 |
* | Add parameter add_p_vaddr to dwfl_report_elf. | Jan Kratochvil | 2013-05-05 | 1 | -1/+1 |
* | libdwfl/link_map.c: #include system.h. | Mark Wielaard | 2013-04-27 | 1 | -0/+1 |
* | Unify {BE,LE}{32,64} in lib/system.h. | Jan Kratochvil | 2013-04-26 | 1 | -12/+0 |
* | dwfl_link_map_report: Handle unaligned auxv data. | Roland McGrath | 2013-01-07 | 1 | -28/+39 |
* | Update name, license and contributor policy. | Mark Wielaard | 2012-06-05 | 1 | -40/+19 |
* | libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg... | Roland McGrath | 2010-11-12 | 1 | -5/+5 |
* | Don't suppress full file names found in core-file link_map. | Roland McGrath | 2010-08-18 | 1 | -3/+1 |
* | dwfl_link_map_report: Handle PIE-generated core. | Roland McGrath | 2010-05-04 | 1 | -12/+38 |
* | Prevent infinite iteration on link_map list clobbered into circularity. | Roland McGrath | 2010-04-14 | 1 | -2/+8 |
* | Fix auxv scanning in core-file grokking. | Roland McGrath | 2010-04-06 | 1 | -10/+3 |
* | Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure. | Roland McGrath | 2009-11-05 | 1 | -5/+1 |
* | Ignore link_map entries with l_ld==0. | Roland McGrath | 2009-11-05 | 1 | -0/+5 |
* | Fix RHBZ#494858: fix bad address checks in core file support. | Roland McGrath | 2009-04-14 | 1 | -1/+0 |
* | Remove assert depending on confluence of guesses without anomaly. | Roland McGrath | 2009-02-10 | 1 | -4/+2 |
* | Fix up bogon and missing log entries from .pmachata.threads branch. | Roland McGrath | 2008-08-25 | 1 | -0/+867 |