Page MenuHomeFreeBSD

linux(4): Fix control message size calculation
ClosedPublic

Authored by dchagin on Jul 28 2023, 9:16 AM.
Referenced Files
Unknown Object (File)
Oct 1 2024, 7:20 AM
Unknown Object (File)
Sep 18 2024, 11:35 PM
Unknown Object (File)
Sep 18 2024, 4:50 PM
Unknown Object (File)
Sep 16 2024, 11:10 AM
Unknown Object (File)
Sep 7 2024, 4:13 AM
Unknown Object (File)
Sep 5 2024, 5:02 PM
Unknown Object (File)
Sep 3 2024, 12:03 AM
Unknown Object (File)
Sep 3 2024, 12:03 AM
Subscribers

Details

Summary

To determine the size in bytes needed to hold a control message
and its contents of length len, CMSG_SPACE should be used.

Diff Detail

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