mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2024-11-23 15:34:53 +01:00
Added generic pool tag
This commit is contained in:
parent
3ba72ddeed
commit
db29d48ac5
@ -131,7 +131,7 @@ FindDriverBaseAddress(
|
||||
moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag(
|
||||
NonPagedPool,
|
||||
bufferSize,
|
||||
BTHPS_POOL_TAG
|
||||
'looP'
|
||||
);
|
||||
#pragma warning(default:4996)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user