cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCerti...
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:25:37 +0000 (18:25 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:15:56 +0000 (17:15 +0200)
commitb0e8143db64de479f440c82c14330f76829aaec8
treecd2942fb85b432f33cf7cd8ea94373200f5b37ac
parent33ca67dcab8e99d2fddbd2d3a11d73b21ba0ef41
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.
dlls/cryptnet/cryptnet_main.c