Page MenuHomeFreeBSD

netlink: cope with growing requests
ClosedPublic

Authored by kp on Oct 16 2023, 12:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 11, 8:54 AM
Unknown Object (File)
Wed, Mar 11, 5:23 AM
Unknown Object (File)
Mon, Mar 9, 11:26 AM
Unknown Object (File)
Mon, Mar 2, 4:24 AM
Unknown Object (File)
Wed, Feb 25, 3:23 AM
Unknown Object (File)
Wed, Feb 25, 3:23 AM
Unknown Object (File)
Wed, Feb 25, 3:23 AM
Unknown Object (File)
Tue, Feb 24, 5:42 PM
Subscribers

Details

Summary

If a request ends up growing beyong the initially allocated space the
netlink functions (such as snl_add_msg_attr_u32()) will allocate a
new buffer. This invalidates the header pointer we can have received
from snl_create_msg_request(). Always use the hdr returned by
snl_finalize_msg().

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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