gvisor/pkg/sentry
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
..
arch internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
context
control Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
device Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
fs Force timestamps to update when set via InodeOperations.SetTimestamps. 2019-09-30 13:08:45 -07:00
fsimpl Change vfs.Dirent.Off to NextOff. 2019-09-20 14:24:29 -07:00
hostcpu Enable pkg/sentry/hostcpu support on arm64. 2019-09-18 23:51:42 +00:00
hostmm Update canonical repository. 2019-06-13 16:50:15 -07:00
inet netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
kernel
limits Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
loader Fix comment typo 2019-08-27 11:44:06 -07:00
memmap
mm Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
pgalloc Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
platform
safemem Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
sighandling
socket
state
strace
syscalls splice: compare inode numbers only if both ends are pipes 2019-09-30 17:57:14 -07:00
time Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
unimpl internal BUILD file cleanup. 2019-09-23 08:25:13 -07:00
uniqueid
usage
usermem
vfs Change vfs.Dirent.Off to NextOff. 2019-09-20 14:24:29 -07:00
watchdog
BUILD