Flags are 3rd argument of openat(2) while the 4th argument
(mode_t) is unnecessary for our uses. This bug exists since
Ruby 2.5 from r58860 and was discoverd by strace.
dir.c (nogvl_opendir_at): use openat correctly
[Feature #13056]
Flags are 3rd argument of openat(2) while the 4th argument
(mode_t) is unnecessary for our uses. This bug exists since
Ruby 2.5 from r58860 and was discoverd by strace.
dir.c (nogvl_opendir_at): use openat correctly
[Feature #13056] [Feature #14346]