]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdwfl: resolve all paths relative to sysroot
authorMichal Sekletar <msekleta@redhat.com>
Mon, 2 Jun 2025 12:46:20 +0000 (14:46 +0200)
committerAaron Merey <amerey@redhat.com>
Mon, 2 Jun 2025 19:09:00 +0000 (15:09 -0400)
commit06f0520f9a78b07c11c343181d552791dd630346
tree7009afb268b42bfd7e4ed94795e3bddff393c688
parent6bb3ff44a4029562f45ddac354c670aa51ae7b87
libdwfl: resolve all paths relative to sysroot

Whenever possible, resolve all symlinks as if the sysroot path were a
chroot environment. This prevents potential interactions with files from
the host filesystem.

Signed-off-by: Michal Sekletar <msekleta@redhat.com>
configure.ac
libdwfl/dwfl_segment_report_module.c
libdwfl/link_map.c
tests/run-sysroot.sh