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)
Mon, Jul 20, 9:13 AM
Unknown Object (File)
Jun 4 2026, 6:32 AM
Unknown Object (File)
Jun 4 2026, 3:36 AM
Unknown Object (File)
Jun 1 2026, 6:39 AM
Unknown Object (File)
May 5 2026, 11:38 PM
Unknown Object (File)
Apr 30 2026, 5:18 PM
Unknown Object (File)
Apr 21 2026, 9:14 PM
Unknown Object (File)
Apr 21 2026, 6:08 PM
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