Page MenuHomeFreeBSD

Handle read-only mbufs in ether pad function
ClosedPublic

Authored by shurd on Dec 7 2017, 7:29 PM.
Tags
None
Referenced Files
F157572673: D13414.id36392.diff
Fri, May 22, 11:20 PM
F157533144: D13414.id36353.diff
Fri, May 22, 12:38 PM
F157533139: D13414.id36353.diff
Fri, May 22, 12:38 PM
Unknown Object (File)
Thu, May 21, 1:02 PM
Unknown Object (File)
Sun, May 17, 2:44 AM
Unknown Object (File)
Wed, Apr 29, 12:05 PM
Unknown Object (File)
Wed, Apr 29, 12:02 PM
Unknown Object (File)
Fri, Apr 24, 1:25 PM
Subscribers

Details

Summary

If ethernet padding is enabled, and a read-only mbuf is passed,
it would modify the mbuf using m_append(). Instead, call m_dup() and
append to the new packet.

Test Plan

Validate with A0 hardware and patches discussed in D13269 and D13324.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable