remove security-guard check from cleanse-path, because it does not consult the filesystem
svn: r16121
This commit is contained in:
parent
a8f50e76a7
commit
26f99d3fa4
|
@ -4628,7 +4628,7 @@ static Scheme_Object *cleanse_path(int argc, Scheme_Object *argv[])
|
|||
"cleanse-path",
|
||||
&expanded,
|
||||
1, 0,
|
||||
SCHEME_GUARD_FILE_EXISTS,
|
||||
0, /* no security check, since the filesystem is not used */
|
||||
SCHEME_PLATFORM_PATH_KIND,
|
||||
0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user