1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-16 17:39:32 +02:00

Added generic pool tag

This commit is contained in:
Benjamin Höglinger-Stelzer 2023-06-17 20:21:53 +02:00
parent 3ba72ddeed
commit db29d48ac5

View File

@ -131,7 +131,7 @@ FindDriverBaseAddress(
moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag( moduleInfo = (PSYSTEM_MODULE_INFORMATION)ExAllocatePoolWithTag(
NonPagedPool, NonPagedPool,
bufferSize, bufferSize,
BTHPS_POOL_TAG 'looP'
); );
#pragma warning(default:4996) #pragma warning(default:4996)