gvisor/pkg/sentry/syscalls
Andrei Vagin 29a1ba54ea splice: compare inode numbers only if both ends are pipes
It isn't allowed to splice data from and into the same pipe.

But right now this check is broken, because we don't check that both ends are
pipes.

PiperOrigin-RevId: 272107022
2019-09-30 17:57:14 -07:00
..
linux splice: compare inode numbers only if both ends are pipes 2019-09-30 17:57:14 -07:00
BUILD Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
epoll.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00
syscalls.go Cleanup straggling syscall dependencies. 2019-07-09 16:18:02 -07:00