This commit is contained in:
DavidXanatos 2022-10-23 13:10:00 +02:00
parent ec53c261b4
commit 4745f64806
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issues when reanaming a sandbox with a custom path [#2368](https://github.com/sandboxie-plus/Sandboxie/issues/2368)
- proeprly fixed the firefox 106 issue
- fixed issue with alternative UI modes [#2380](https://github.com/sandboxie-plus/Sandboxie/issues/2380)
- fixed commandline corruption with rbeakout processes [#2377](https://github.com/sandboxie-plus/Sandboxie/issues/2377)
## [1.5.0 / 5.60.0] - 2022-10-19

View File

@ -1139,7 +1139,7 @@ _FX BOOL Proc_CreateProcessInternalW(
}
wmemcpy(mybuff2, ptr, len);
mybuff2 += len;
mybuff2 += len;
*end = savechar;
}
@ -1149,6 +1149,8 @@ _FX BOOL Proc_CreateProcessInternalW(
}
Dll_Free(temp);
*mybuff2 = L'\0';
}
if (! lpCurrentDirectory) { // lpCurrentDirectory must not be NULL