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)
Fri, Aug 14, 8:24 AM
Unknown Object (File)
Wed, Aug 12, 9:12 PM
Unknown Object (File)
Wed, Aug 12, 5:57 PM
Unknown Object (File)
Wed, Aug 12, 6:59 AM
Unknown Object (File)
Sun, Aug 9, 5:09 PM
Unknown Object (File)
Sat, Aug 8, 1:16 PM
Unknown Object (File)
Sat, Aug 8, 6:46 AM
Unknown Object (File)
Fri, Aug 7, 6:47 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