[*] Reintroduce this function pointer test branch
This commit is contained in:
parent
d910c71ad8
commit
73f6f6ea1e
@ -125,7 +125,8 @@ namespace Aurora::RNG
|
||||
}
|
||||
}
|
||||
|
||||
if (pRtlGenRandom(pBuf, uLen))
|
||||
if (pRtlGenRandom &&
|
||||
pRtlGenRandom(pBuf, uLen))
|
||||
{
|
||||
return uLen;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user