win32/win32.c:getcwd_value: delete OBJ_TAINT
Makes no sense any longer.
This commit is contained in:
parent
a2c069fca9
commit
73e948afd5
Notes:
git
2021-01-27 09:30:41 +09:00
@ -4773,7 +4773,6 @@ static void *
|
||||
getcwd_value(int size, void *arg)
|
||||
{
|
||||
VALUE str = *(VALUE *)arg = rb_utf8_str_new(0, size - 1);
|
||||
OBJ_TAINT(str);
|
||||
return RSTRING_PTR(str);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user