gvisor/pkg/tcpip/transport/udp
Kevin Krakauer 3246040447 Deep copy dispatcher views.
When VectorisedViews were passed up the stack from packet_dispatchers, we were
passing a sub-slice of the dispatcher's views fields. The dispatchers then
immediately set those views to nil.

This wasn't caught before because every implementer copied the data in these
views before returning.

PiperOrigin-RevId: 277615351
2019-10-30 17:12:57 -07:00
..
BUILD Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
endpoint.go Deep copy dispatcher views. 2019-10-30 17:12:57 -07:00
endpoint_state.go Internal change. 2019-10-09 17:56:05 -07:00
forwarder.go Internal change. 2019-10-09 17:56:05 -07:00
protocol.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
udp_test.go Internal change. 2019-10-14 17:46:52 -07:00