Skip to content

Commit

Permalink
Update proc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Feb 3, 2025
1 parent 3eb0074 commit f016576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ _FX BOOL Proc_CreateProcessInternalW(
if (*arg1 == L'"') temp = wcschr(arg1 + 1, L'"');
if (!arg1_end) arg1_end = wcschr(arg1, L'\0');

if (arg1 && arg1 != arg1_end && SH32_BreakoutDocument(arg1, (ULONG)(arg1_end - arg1)))
if (arg1 != arg1_end && SH32_BreakoutDocument(arg1, (ULONG)(arg1_end - arg1)))
return TRUE;
}
}
Expand Down

0 comments on commit f016576

Please sign in to comment.