Hi Piotr, this patch looks much better. > + char path[PATH_MAX]; Please move this out of the loop, `snprintf()` already terminate the string with `\0` so we don't need to reset the buffer before using it. Regards, -- Andrea Cervesato SUSE QE Automation Engineer Linux andrea.cervesato@suse.com