Page MenuHomeFreeBSD

realpath: Additional test cases
ClosedPublic

Authored by des on Oct 10 2025, 2:05 PM.
Tags
None
Referenced Files
F148088653: D53024.diff
Sun, Mar 15, 4:51 PM
Unknown Object (File)
Sat, Mar 7, 1:06 PM
Unknown Object (File)
Thu, Mar 5, 5:31 AM
Unknown Object (File)
Mon, Mar 2, 5:29 AM
Unknown Object (File)
Sat, Feb 14, 11:53 AM
Unknown Object (File)
Sat, Feb 14, 11:36 AM
Unknown Object (File)
Sat, Feb 14, 11:20 AM
Unknown Object (File)
Sat, Feb 14, 11:00 AM
Subscribers

Details

Summary
  • Passing NULL should result in EINVAL
  • Passing an empty path should result in ENOENT
  • Failure with a non-null buffer should leave a partial result. As pointed out in a comment in the test case, this reveals a discrepancy between the documentation and reality. I am not sure if we want to fix the code (and risk breaking existing consumers) or amend the documentation to point out that this feature is both non-portable and not always as helpful as it sounds.

Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67705
Build 64588: arc lint + arc unit

Event Timeline

des requested review of this revision.Oct 10 2025, 2:05 PM
This revision is now accepted and ready to land.Oct 10 2025, 7:18 PM
This revision was automatically updated to reflect the committed changes.