cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint.

Rob Shearman robertshearman at gmail.com
Sun Aug 17 12:25:37 CDT 2008


nextUrl is of type "WCHAR *" so don't multiply the length by
"sizeof(WCHAR)" when incrementing the pointer.
---
 dlls/cryptnet/cryptnet_main.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 821dfc4a6055277e95f106edf319cf4a410eb2b3.diff
Type: text/x-patch
Size: 773 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080817/ac534139/attachment.bin 


More information about the wine-patches mailing list