Page MenuHomeFreeBSD

libc rpc: Fix mismatches in prototypes for array bounds.
ClosedPublic

Authored by jhb on Sep 27 2022, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 8:41 PM
Unknown Object (File)
Fri, Nov 7, 9:23 AM
Unknown Object (File)
Tue, Oct 28, 6:30 PM
Unknown Object (File)
Sat, Oct 25, 9:32 PM
Unknown Object (File)
Sat, Oct 25, 4:24 AM
Unknown Object (File)
Oct 10 2025, 7:04 AM
Unknown Object (File)
Oct 10 2025, 1:09 AM
Unknown Object (File)
Oct 9 2025, 8:52 PM
Subscribers
None

Details

Summary

Various RPC functions used a bare pointer in function prototypes to
describe fixed-length buffer arguments but used a fixed-length array
in the function definition. The manual page for these functions
describes the parameters as being fixed-length buffers, so update
the prototypes to match the definitions.

Reported by: GCC -Warray-parameter

Diff Detail

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