Re: [PATCH] libdwfl: resolve all paths relative to sysroot

2025-03-25 Thread Dmitry V. Levin
On Wed, Mar 19, 2025 at 06:40:18PM +0100, Michal Sekletar wrote: > 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 > --- > configure.ac

Re: [PATCH] libdwfl: resolve all paths relative to sysroot

2025-03-25 Thread Aaron Merey
Hi Michal, On Wed, Mar 19, 2025 at 2:33 PM Michal Sekletar wrote: > > 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 > --- > configure.ac

[PATCH] libdwfl: resolve all paths relative to sysroot

2025-03-19 Thread Michal Sekletar
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 --- configure.ac | 17 + libdwfl/dwfl_segment_report_module.c