gvisor/test
Bhasker Hariharan dfbc0b0a4c Fix for a panic due to writing to a closed accept channel.
This can happen because endpoint.Close() closes the accept channel first and
then drains/resets any accepted but not delivered connections. But there can be
connections that are connected but not delivered to the channel as the channel
was full. But closing the channel can cause these writes to fail with a write to
a closed channel.

The correct solution is to abort any connections in SYN-RCVD state and
drain/abort all completed connections before closing the accept channel.

PiperOrigin-RevId: 261951132
2019-08-06 11:01:27 -07:00
..
runtimes Alter Dockerfiles to include common.go and use a prebuilt JDK. 2019-08-05 17:20:05 -07:00
syscalls Fix for a panic due to writing to a closed accept channel. 2019-08-06 11:01:27 -07:00
util Job control: controlling TTYs and foreground process groups. 2019-08-02 14:05:48 -07:00
BUILD BUILD: Use runsc to generate version 2019-06-06 22:09:55 -07:00