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)
Thu, Nov 20, 10:40 PM
Unknown Object (File)
Thu, Nov 20, 10:40 PM
Unknown Object (File)
Thu, Nov 20, 10:33 PM
Unknown Object (File)
Sat, Nov 8, 6:42 AM
Unknown Object (File)
Tue, Nov 4, 11:49 PM
Unknown Object (File)
Sun, Nov 2, 6:13 AM
Unknown Object (File)
Sat, Nov 1, 6:39 AM
Unknown Object (File)
Thu, Oct 30, 11:13 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