[*] Reintroduce this function pointer test branch

This commit is contained in:
Reece Wilson 2023-10-21 07:23:56 +01:00
parent d910c71ad8
commit 73f6f6ea1e

View File

@ -125,7 +125,8 @@ namespace Aurora::RNG
}
}
if (pRtlGenRandom(pBuf, uLen))
if (pRtlGenRandom &&
pRtlGenRandom(pBuf, uLen))
{
return uLen;
}