--- libutil/recurse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libutil/recurse.c b/libutil/recurse.c index e21d815..c024b3a 100644 --- a/libutil/recurse.c +++ b/libutil/recurse.c _AT_@ -90,6 +90,7 @@ recurse(int dirfd, const char *name, void *data, struct recursor *r) r->depth--; } } + r->path[pathlen - 1] = '\0'; closedir(dp); } -- 2.26.2Received on Wed Jun 03 2020 - 13:45:15 CEST
This archive was generated by hypermail 2.3.0 : Wed Jun 03 2020 - 14:24:31 CEST