You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?