From: normalperson@... Date: 2018-01-10T01:06:31+00:00 Subject: [ruby-core:84790] [Ruby trunk Bug#14346] [PATCH] dir.c: pass flags to openat(2) correctly Issue #14346 has been reported by normalperson (Eric Wong). ---------------------------------------- Bug #14346: [PATCH] dir.c: pass flags to openat(2) correctly https://bugs.ruby-lang.org/issues/14346 * Author: normalperson (Eric Wong) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: REQUIRED ---------------------------------------- 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-------------------------------- 0001-dir.c-pass-flags-to-openat-2-correctly.patch (1.19 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: