26ba8103bf
On mips64le, syscall.Getdents() and struct syscall.Dirent do not fit together, causing our Getdents implementation to return garbage ( https://github.com/rfjakob/gocryptfs/issues/200 and https://github.com/golang/go/issues/23624 ). Switch to unix.Getdents which does not have this problem - the next Go release with the syscall package fixes is too far away, and will take time to trickle into distros. |
||
---|---|---|
.. | ||
emulate_test.go | ||
emulate.go | ||
getdents_linux.go | ||
getdents_other.go | ||
getdents_test.go | ||
main_test.go | ||
open_nofollow_test.go | ||
open_nofollow.go | ||
sys_common_test.go | ||
sys_common.go | ||
sys_darwin.go | ||
sys_linux.go | ||
unix2syscall_darwin.go | ||
unix2syscall_linux.go |