[Bug 51728] New: copypasta in pwcache.c:ctox()

WineHQ Bugzilla wine-bugs at winehq.org
Mon Sep 6 16:11:49 CDT 2021


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

            Bug ID: 51728
           Summary: copypasta in pwcache.c:ctox()
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: mpr
          Assignee: wine-bugs at winehq.org
          Reporter: gonzomdx at gmail.com
      Distribution: ---

In
https://source.winehq.org/git/wine.git/blob/refs/heads/master:/dlls/mpr/pwcache.c#l48

if( ( x >= 'a' ) && ( x <= 'a' ) )

should be changed to

if( ( x >= 'a' ) && ( x <= 'f' ) )

-- 
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