On 2020-06-03, Richard Ipsum <[email protected]> wrote: > path is not fixed up on exit from recursive step, this leads to > incorrect paths in du's output.
Thanks, applied with a small tweak to keep the invariant that r->pathlen == strlen(r->path).
On 2020-06-03, Richard Ipsum <[email protected]> wrote: > path is not fixed up on exit from recursive step, this leads to > incorrect paths in du's output.
Thanks, applied with a small tweak to keep the invariant that r->pathlen == strlen(r->path).