gvisor/pkg/tcpip/transport
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
..
icmp Deep copy dispatcher views. 2019-10-30 17:12:57 -07:00
packet Deep copy dispatcher views. 2019-10-30 17:12:57 -07:00
raw Deep copy dispatcher views. 2019-10-30 17:12:57 -07:00
tcp Store endpoints inside multiPortEndpoint in a sorted order 2019-10-30 15:33:41 -07:00
tcpconntrack Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
udp Deep copy dispatcher views. 2019-10-30 17:12:57 -07:00