Page MenuHomeFreeBSD

FFL: Change tcp_hhook_data len from long to uint32_t
ClosedPublic

Authored by jtl on Jul 2 2016, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 5, 11:38 PM
Unknown Object (File)
Thu, Apr 30, 5:18 PM
Unknown Object (File)
Apr 21 2026, 9:14 PM
Unknown Object (File)
Apr 21 2026, 6:08 PM
Unknown Object (File)
Apr 13 2026, 9:40 AM
Unknown Object (File)
Apr 7 2026, 6:33 PM
Unknown Object (File)
Mar 27 2026, 4:06 AM
Unknown Object (File)
Mar 25 2026, 9:28 AM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Change tcp_hhook_data len from long to uint32_t. Due to change from signed to unsigned, add logic to avoid underflow.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4410
Build 4460: arc lint + arc unit

Event Timeline

jtl retitled this revision from to FFL: Change tcp_hhook_data len from long to uint32_t.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)
jtl added a reviewer: transport.
gnn added a reviewer: gnn.
This revision is now accepted and ready to land.Jul 4 2016, 12:26 AM