Index: lib_vfs.c =================================================================== --- lib_vfs.c (revision 30941) +++ lib_vfs.c (revision 30942) @@ -68,7 +68,7 @@ *next= '\0'; /*pcb_trace(" dir '%s'\n", path->array);*/ if (!htsp_has(seen, path->array)) { - htsp_set(seen, pcb_strdup(path->array), ctx); + htsp_set(seen, rnd_strdup(path->array), ctx); cb(ctx, path->array, 1); } *next= '/';