commit | bebf14cc298eb41d8e5c245e3800aea69ecca08c | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Aug 31 16:50:27 2017 -0500 |
committer | Rob Landley <rob@landley.net> | Thu Aug 31 16:50:27 2017 -0500 |
tree | 05d7c9dc75befb23cc954e6f39d154c8025eedc2 | |
parent | 709a44246456a49c06d73dfbe84daa5b4ba5fec5 [diff] |
Another try at fixing the ps segfault resulting from /proc entries vanishing out from under us due to asyncronous process exit. The directory we're traversing vanishing can result in DIRTREE_ABORTVAL being returned, which we turn into a NUL entry, but then we were trying to look at that null entry's children. Oops.