mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Convert input to unsafe string before starting process execution
This commit is contained in:
@@ -48,6 +48,8 @@ internal class SystemStatements : StatementRuntimeInformation
|
||||
return;
|
||||
}
|
||||
|
||||
input = input.FromSafeString();
|
||||
|
||||
try
|
||||
{
|
||||
StartProcess(input, string.Join(" ", RuntimeInfo.InParametersStack.Reverse()));
|
||||
|
||||
Reference in New Issue
Block a user