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, Apr 14, 5:41 AM
Unknown Object (File)
Feb 20 2025, 5:48 AM
Unknown Object (File)
Feb 10 2025, 9:27 PM
Unknown Object (File)
Feb 10 2025, 9:42 AM
Unknown Object (File)
Jan 30 2025, 12:59 PM
Unknown Object (File)
Jan 12 2025, 1:19 PM
Unknown Object (File)
Dec 25 2024, 2:19 PM
Unknown Object (File)
Dec 13 2024, 11:45 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