Broken by merge of #1088
@JakobL-MSFT This change is broken. You cannot replace ExAllocatePoolWithTag with ExAllocatePool2 directly because the argument type changed from POOL_TYPE to POOL_FLAGS. The driver will refuse to load with Code 31 (STATUS_NO_MEMORY). May I ask how this change was tested by Microsoft before being merged?
Originally posted by @osy in #1088 (comment)