shurd c37f5a169b Handle read-only mbufs in iflib ether pad function
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.

Reported by:	Pyun YongHyeon
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D13414
2017-12-08 18:43:31 +00:00
..
2017-12-06 23:05:22 +00:00
2017-11-28 18:23:17 +00:00
2017-12-07 22:19:08 +00:00
2017-12-04 13:28:56 +00:00
2017-12-06 00:44:49 +00:00
2017-12-07 22:19:08 +00:00
2017-05-09 05:08:47 +00:00
2017-12-07 09:05:34 +00:00
2017-11-30 20:33:45 +00:00