Page MenuHomeFreeBSD

netlink: use size_t through the allocation KPI
ClosedPublic

Authored by glebius on Nov 13 2024, 9:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 25, 11:46 AM
Unknown Object (File)
Wed, Oct 15, 3:58 PM
Unknown Object (File)
Mon, Oct 13, 10:51 AM
Unknown Object (File)
Thu, Oct 9, 3:48 PM
Unknown Object (File)
Thu, Oct 9, 3:29 PM
Unknown Object (File)
Thu, Oct 9, 3:29 PM
Unknown Object (File)
Thu, Oct 9, 3:28 PM
Unknown Object (File)
Wed, Oct 8, 2:40 AM
Subscribers

Details

Summary

This fixes some signedness bugs and potential underflows. The length of
nl_buf is still limited by UINT_MAX and this is asserted now.

Diff Detail

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