cryptnet: Fix mismatch between sizeof and countof quantities in…
cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint.
nextUrl is of type "WCHAR *" so don't multiply the length by
"sizeof(WCHAR)" when incrementing the pointer.
Showing
Please
register
or
sign in
to comment