gvisor/pkg/sentry/syscalls
Nicolas Lacasse 6db3f8d54c Don't mask errors in createAt loop.
The error set in the loop in createAt was being masked
by other errors declared with ":=". This allowed an
ErrResolveViaReadlink error to escape, which can cause
a sentry panic.

Added test case which repros without the fix.

PiperOrigin-RevId: 257061767
2019-07-08 14:57:15 -07:00
..
linux Don't mask errors in createAt loop. 2019-07-08 14:57:15 -07:00
BUILD
epoll.go Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
syscalls.go