1.7.0c
This commit is contained in:
parent
446fd25eed
commit
a49ff37658
|
@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- fixed performance issues with Delete V2
|
- fixed performance issues with Delete V2
|
||||||
- fixed issue with NtQueryDirectoryFile data alignment [#2443](https://github.com/sandboxie-plus/Sandboxie/issues/2443)
|
- fixed issue with NtQueryDirectoryFile data alignment [#2443](https://github.com/sandboxie-plus/Sandboxie/issues/2443)
|
||||||
- fixed issue with firefox 111 dev build [#2631](https://github.com/sandboxie-plus/Sandboxie/issues/2631)
|
- fixed issue with firefox 111 dev build [#2631](https://github.com/sandboxie-plus/Sandboxie/issues/2631)
|
||||||
|
- fixed issue with mio sockets [#2617](https://github.com/sandboxie-plus/Sandboxie/issues/2617)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -601,6 +601,7 @@ _FX BOOLEAN File_InitPaths(PROCESS *proc,
|
||||||
L"\\Device\\Afd\\AsyncConnectHlp",
|
L"\\Device\\Afd\\AsyncConnectHlp",
|
||||||
L"\\Device\\Afd\\AsyncSelectHlp",
|
L"\\Device\\Afd\\AsyncSelectHlp",
|
||||||
L"\\Device\\Afd\\ROUTER",
|
L"\\Device\\Afd\\ROUTER",
|
||||||
|
L"\\Device\\Afd\\Mio",
|
||||||
L"\\Device\\WS2IFSL",
|
L"\\Device\\WS2IFSL",
|
||||||
L"\\Device\\WS2IFSL\\NifsPvd",
|
L"\\Device\\WS2IFSL\\NifsPvd",
|
||||||
L"\\Device\\WS2IFSL\\NifsSct",
|
L"\\Device\\WS2IFSL\\NifsSct",
|
||||||
|
|
Loading…
Reference in New Issue