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@winehq.org Reporter: gonzomdx@gmail.com Distribution: ---
In https://source.winehq.org/git/wine.git/blob/refs/heads/master:/dlls/mpr/pwca...
if( ( x >= 'a' ) && ( x <= 'a' ) )
should be changed to
if( ( x >= 'a' ) && ( x <= 'f' ) )
https://bugs.winehq.org/show_bug.cgi?id=51728
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Nice catch. Are you going to send in a patch?
https://bugs.winehq.org/show_bug.cgi?id=51728
--- Comment #2 from Robert Naumann gonzomdx@gmail.com --- Sorry, but I don't have a local Wine Repo, but feel free to do so.
https://bugs.winehq.org/show_bug.cgi?id=51728
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=51728
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Sent in the patch: https://source.winehq.org/patches/data/213732
https://bugs.winehq.org/show_bug.cgi?id=51728
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |63737942a06183f6b2e7fa8f95a | |07c918c9bf29b Resolution|--- |FIXED
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=63737942a06183f6b2e7fa8f9...
https://bugs.winehq.org/show_bug.cgi?id=51728
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.17.
https://bugs.winehq.org/show_bug.cgi?id=51728
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |6.0.x
https://bugs.winehq.org/show_bug.cgi?id=51728
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|6.0.x |---
--- Comment #6 from Michael Stefaniuc mstefani@winehq.org --- Removing the 6.0.x milestone from bug fixes included in 6.0.3.