gvisor/pkg/sentry/syscalls
Li Qiang b3b140ea4f syscalls: sendfile: limit the count to MAX_RW_COUNT
From sendfile spec and also the linux kernel code, we should
limit the count arg to 'MAX_RW_COUNT'. This patch export
'MAX_RW_COUNT' in kernel pkg and use it in the implementation
of sendfile syscall.

Signed-off-by: Li Qiang <pangpei.lq@antfin.com>
Change-Id: I1086fec0685587116984555abd22b07ac233fbd2
PiperOrigin-RevId: 242745831
2019-04-09 14:57:05 -07:00
..
linux syscalls: sendfile: limit the count to MAX_RW_COUNT 2019-04-09 14:57:05 -07:00
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
epoll.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
polling.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
syscalls.go Add more unimplemented syscall events 2018-10-20 11:14:23 -07:00