Actions
Bug #14346
closed[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
Updated by Anonymous over 7 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r61754.
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.
Updated by naruse (Yui NARUSE) about 7 years ago
- Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: REQUIRED to 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: DONE
ruby_2_5 r62427 merged revision(s) 61754.
Actions
Like0
Like0Like0