gvisor/pkg/sentry/socket
Ian Gudger 0aa9418a77 Fix unix/transport.queue reference leaks.
Fix two leaks for connectionless Unix sockets:
* Double connect: Subsequent connects would leak a reference on the previously
  connected endpoint.
* Close unconnected: Sockets which were not connected at the time of closure
  would leak a reference on their receiver.

PiperOrigin-RevId: 256070451
2019-07-01 17:46:24 -07:00
..
control Update canonical repository. 2019-06-13 16:50:15 -07:00
epsocket Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
hostinet Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
netlink Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
rpcinet Complete pipe support on overlayfs 2019-06-27 17:22:53 -07:00
unix Fix unix/transport.queue reference leaks. 2019-07-01 17:46:24 -07:00
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
socket.go Plumb context through more layers of filesytem. 2019-06-13 18:40:38 -07:00