gvisor/test
Wei Zhang 17ff6063a3 Bugfix: fix fstatat symbol link to dir
For a symbol link to some directory, eg.

`/tmp/symlink -> /tmp/dir`

`fstatat("/tmp/symlink")` should return symbol link data, but
`fstatat("/tmp/symlink/")` (symlink with trailing slash) should return
directory data it points following linux behaviour.

Currently fstatat() a symlink with trailing slash will get "not a
directory" error which is wrong.

Signed-off-by: Wei Zhang <zhangwei198900@gmail.com>
Change-Id: I63469b1fb89d083d1c1255d32d52864606fbd7e2
PiperOrigin-RevId: 244783916
2019-04-22 20:07:06 -07:00
..
syscalls Bugfix: fix fstatat symbol link to dir 2019-04-22 20:07:06 -07:00
util netstack: reduce MSS from SYN to account tcp options 2019-03-19 17:33:20 -07:00
BUILD Use toolchain configs from bazel_0.23.0 2019-03-26 15:10:49 -07:00