25 Feb
2026
25 Feb
'26
7 p.m.
[`ProcessPrng`](https://learn.microsoft.com/en-us/windows/win32/seccng/processprng) takes a `SIZE_T` argument for its length whereas [`RtlGenRandom`](https://learn.microsoft.com/en-us/windows/win32/api/ntsecapi/nf-ntsecapi-rtl...) takes a `ULONG`, which may be smaller. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10187