This commit is contained in:
DavidXanatos 2024-11-04 11:17:36 +01:00
parent 3f9483a318
commit f1612fbf8f
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- fixed Sign the .tmp file that gets dropped when installing or updating Sandboxie Plus [#2643](https://github.com/sandboxie-plus/Sandboxie/issues/2643)
- fixed issue with DLL unloading
- fixed Files Resource Access - Browse for Folder - allows access to excluded folders [#4007](https://github.com/sandboxie-plus/Sandboxie/issues/4007)

View File

@ -696,7 +696,7 @@ _FX void Ldr_CallDllCallbacks(void)
if (!found) {
__my_Ldr_CallOneDllCallback(pOld->Path + pOld->NameOffset,
pNew->ImageBaseAddress, FALSE);
pOld->ImageBaseAddress, FALSE);
}
}
}