1c86e94de6
Definition of `bool file::has_manage_volume_privs` involves a call to `get_manage_volume_privs()`, causing restricted tasks to be performed from within `DllMain` function. They introduce possibility that client application deadlocks or crashes. You should never perform the following tasks from within DllMain: * Call `LoadLibrary` or `LoadLibraryEx` (either directly or indirectly). This can cause a deadlock or a crash. * Call the registry functions. These functions are implemented in 'Advapi32.dll'. If not initialized before your DLL, it can access uninitialized memory and cause the process to crash. |
||
---|---|---|
.. | ||
libtorrent |