mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2025-07-18 13:33:35 +02:00
Added generic pool tag
This commit is contained in:
@ -131,7 +131,7 @@ FindDriverBaseAddress(
|
||||
moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag(
|
||||
NonPagedPool,
|
||||
bufferSize,
|
||||
BTHPS_POOL_TAG
|
||||
'looP'
|
||||
);
|
||||
#pragma warning(default:4996)
|
||||
|
||||
|
Reference in New Issue
Block a user