http://bugs.winehq.org/show_bug.cgi?id=28449
Toralf Förster toralf.foerster@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #7 from Toralf Förster toralf.foerster@gmx.de 2011-09-23 03:21:04 CDT --- Well, the wine test case doesn't handle a fault in GnuTLS correctly. Look at line 641 : With this change : - buffers[1].cBuffers = 1; + buffers[1].cBuffers = 4;
now I get :
GnuTLS error: GnuTLS internal error. schannel.c:647: Test failed: Expected SEC_E_INVALID_TOKEN, got 80090304
which means that wine detects a failure if the test case.
Without the change wine assumes allis fine - and that is definitely not the case.