Page MenuHomeFreeBSD

scandir: Propagate errors from readdir().
ClosedPublic

Authored by des on Jun 25 2025, 8:11 PM.
Tags
None
Referenced Files
F146267935: D51046.id.diff
Sun, Mar 1, 6:28 AM
F146253982: D51046.id157618.diff
Sun, Mar 1, 3:46 AM
Unknown Object (File)
Sun, Feb 22, 9:08 PM
Unknown Object (File)
Mon, Feb 9, 3:14 PM
Unknown Object (File)
Fri, Feb 6, 7:44 AM
Unknown Object (File)
Dec 28 2025, 10:30 AM
Unknown Object (File)
Dec 28 2025, 2:25 AM
Unknown Object (File)
Dec 12 2025, 4:45 AM
Subscribers

Details

Summary

Currently, if readdir() fails, scandir() simply returns a partial
result (or a null result if it fails before any entries were selected).
There is no way within the current API design to return both a partial
result and an error indicator, so err on the side of caution: if an
error occurs, discard any partial result and return the error instead.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jun 25 2025, 8:11 PM
This revision is now accepted and ready to land.Jun 25 2025, 8:28 PM
This revision now requires review to proceed.Jun 25 2025, 8:43 PM
This revision is now accepted and ready to land.Jun 25 2025, 8:50 PM
This revision was automatically updated to reflect the committed changes.