Actions
Bug #14346
closed[PATCH] dir.c: pass flags to openat(2) correctly
Bug #14346:
[PATCH] dir.c: pass flags to openat(2) correctly
Description
dir.c: pass flags to openat(2) correctly
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]
Files
Actions