crypt32.dll: Initialize provider pointer to null before calling CryptAcquireContextW()

Juan Lang juan.lang at gmail.com
Thu Nov 5 10:03:11 CST 2009


> Checking the return value of CryptAcquireContextW() is also possible but I
> took the path of minimal change in the source.

The change I suggest would be small too.

> Besides, I consider passing pointers to uninitialized variables a bad
> programming practice.

Not when they're out pointers.
--Juan



More information about the wine-devel mailing list