ruby-changes:61902
From: Nobuyoshi <ko1@a...>
Date: Tue, 23 Jun 2020 10:05:33 +0900 (JST)
Subject: [ruby-changes:61902] 61374839e4 (master): Removed fpath_check, no longer used since taint flag was removed
https://git.ruby-lang.org/ruby.git/commit/?id=61374839e4 From 61374839e4132aec92e00eb8d2fdb0619a0307cf Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 23 Jun 2020 07:59:07 +0900 Subject: Removed fpath_check, no longer used since taint flag was removed diff --git a/file.c b/file.c index 976e730..9392427 100644 --- a/file.c +++ b/file.c @@ -6203,12 +6203,6 @@ path_check_0(VALUE path, int execpath) https://github.com/ruby/ruby/blob/trunk/file.c#L6203 } #endif -#if ENABLE_PATH_CHECK -#define fpath_check(path) path_check_0((path), FALSE) -#else -#define fpath_check(path) 1 -#endif - int rb_path_check(const char *path) { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/