Page MenuHomeFreeBSD

Convert UDP length to host byte order
ClosedPublic

Authored by thj on Sep 29 2018, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 4, 3:24 PM
Unknown Object (File)
Mon, Aug 31, 10:37 PM
Unknown Object (File)
Wed, Aug 26, 3:21 AM
Unknown Object (File)
Mon, Aug 24, 12:04 AM
Unknown Object (File)
Sat, Aug 22, 7:29 PM
Unknown Object (File)
Mon, Aug 17, 12:38 PM
Unknown Object (File)
Thu, Aug 13, 8:36 PM
Unknown Object (File)
Wed, Aug 12, 8:28 AM
Subscribers

Details

Summary

When getting the number of bytes to checksum make sure to convert the UDP
length to host byte order when the entire header is not in the first mbuf.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19876
Build 19402: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Oct 1 2018, 11:47 AM

Looks good. Please commit with "Approved: jtl (mentor)".

Don't forget that you'll also need to get RE approval before committing to head during the freeze.

This revision was automatically updated to reflect the committed changes.