HomeFreeBSD

Fix possible bug in udp_ipsec_output().

Description

Fix possible bug in udp_ipsec_output().

m_makespace() returns mbuf where UDP header is stored. And it is possible,
that it is not the same mbuf where IP header is. So, don't touch original
mbuf, just return error code.

Details

Provenance
aeAuthored on
Parents
rS310033: cxgbe(4): Retire t4_bus_space_read_8 and t4_bus_space_write_8.
Branches
Unknown
Tags
Unknown