http://bugs.winehq.org/show_bug.cgi?id=20495
Summary: CryptUnprotectData can't handle zero-length payloads (affects chromium unit_tests) Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: NEW Keywords: download, testcase Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Noticed as follows: wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2 tar -xjvf ../chromium-tests.tar.bz2 wine src/chrome/Debug/unit_tests.exe --gtest_filter=EncryptorTest.EncryptionDecryption
This fails with [ RUN ] EncryptorTest.EncryptionDecryption .\browser\password_manager\encryptor_unittest.cc(62): error: Value of: Encryptor::DecryptString(ciphertext, &result) Actual: false Expected: true [ FAILED ] EncryptorTest.EncryptionDecryption (4 ms)
This test case seems to check a corner case that wine doesn't handle (zero-length payload). I'll send a conformance test.
http://bugs.winehq.org/show_bug.cgi?id=20495
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=20495
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2009-12-02 11:45:27 --- Fixed by b402b7878063a3dbd8eda37fae9c660ec78fbf40.
http://bugs.winehq.org/show_bug.cgi?id=20495
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2009-12-04 12:16:20 --- Closing bugs fixed in 1.1.34.