[Bug 44533] base64 crypt checks trailer against wrong string

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 16 16:56:30 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44533

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|crypt32                     |-unknown
            Summary|All releases and current in |base64 crypt checks trailer
                   |github                      |against wrong string
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |z.figura12 at gmail.com
            Version|unspecified                 |3.2
         Resolution|---                         |INVALID

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
No, the current code is valid. CryptStringToBinary only checks whether
"-----END " is present; it does not check the whole string. This is supported
by tests; see lines 432-448 of dlls/crypt32/tests/base64.c.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list