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) - 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 - proeprly fixed the firefox 106 issue
- fixed issue with alternative UI modes [#2380](https://github.com/sandboxie-plus/Sandboxie/issues/2380) - 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 ## [1.5.0 / 5.60.0] - 2022-10-19

View File

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