Hi Michal, On Tue, Jul 2, 2024 at 1:34 PM Michal Sekletar <msekl...@redhat.com> wrote: > > I've sent out v2 where I tried to incorporate the feedback. Also I've added a > test case.
Thanks for adding the test case. The patches LGTM and I've pushed all three. I made a few trivial changes to indentation and to prevent some lines from exceeding 80 characters. From dwfl_set_sysroot.c I also removed #includes for limits.h, stdlib.h and errno.h since they are already included by the other header files. Aaron