Page MenuHomeFreeBSD

catopen(3): align returned errors with IEEE Std 1003.1™-2024
ClosedPublic

Authored by kib on Nov 3 2024, 2:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2025, 1:07 AM
Unknown Object (File)
Feb 13 2025, 6:19 PM
Unknown Object (File)
Feb 11 2025, 11:42 PM
Unknown Object (File)
Feb 11 2025, 10:43 PM
Unknown Object (File)
Feb 11 2025, 7:42 PM
Unknown Object (File)
Feb 8 2025, 6:38 AM
Unknown Object (File)
Feb 8 2025, 6:38 AM
Unknown Object (File)
Feb 8 2025, 1:52 AM
Subscribers

Details

Summary
  • Invalid/non-existent/unable to use message catalog file should result in ENOENT, and not in EFTYPE.
  • Added detection of several cases of wrong file format due to length [*].
  • Update man page.
  • Based on the original patch from PR.

    PR: 172805

Diff Detail

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