Searched hist:124765 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netipsec/
H A Dipsec_output.cdiff 124765 Tue Jan 20 20:45:10 MST 2004 sam Fix ipip_output() to always set *mp to NULL on failure, even if 'm'
is NULL, otherwise ipsec4_process_packet() may try to m_freem() a
bad pointer.

In ipsec4_process_packet(), don't try to m_freem() 'm' twice; ipip_output()
already did it.

Obtained from: netbsd
H A Dxform_ipip.cdiff 124765 Tue Jan 20 20:45:10 MST 2004 sam Fix ipip_output() to always set *mp to NULL on failure, even if 'm'
is NULL, otherwise ipsec4_process_packet() may try to m_freem() a
bad pointer.

In ipsec4_process_packet(), don't try to m_freem() 'm' twice; ipip_output()
already did it.

Obtained from: netbsd

Completed in 152 milliseconds