CertGetPublicKeyLength() test failures on Win7

Greg Geldorp ggeldorp at vmware.com
Tue Sep 15 04:09:52 CDT 2009


Hi Juan,

I see 3 test failures related to CertGetPublicKeyLength() on Win7, crypt32/tests/cert.c lines 3146/3160/3165. All 3 failures are the same, CertGetPublicKeyLength() returns 0 with last error 0x80090004 (NTE_BAD_LEN). After looking at it for a while, I'm inclined to change the condition to ok(ret == 56 || (ok == 0 && GetLastError() == NTE_BAD_LEN), ...). Do you agree that's the correct fix or do I need to dig deeper?

Thanks, Ge.



More information about the wine-devel mailing list