[Bug 39486] New: Unused value in CFn_WMCommand (Coverity #1225886)
https://bugs.winehq.org/show_bug.cgi?id=39486 Bug ID: 39486 Summary: Unused value in CFn_WMCommand (Coverity #1225886) Product: Wine Version: 1.7.53 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comdlg32 Assignee: wine-bugs(a)winehq.org Reporter: alexhenrie24(a)gmail.com Distribution: --- CID 1225886 (#1 of 1): Unused value (UNUSED_VALUE) returned_value: Assigning value from GetDlgItemTextW(hDlg, 1136, str, 256) to i here, but that stored value is overwritten before it can be used. value_overwrite: Overwriting previous write to i with value from SendDlgItemMessageW(hDlg, 1137, 327U, 0UL, 0L). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com, | |wijn(a)online.nl -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 --- Comment #1 from Alex Henrie <alexhenrie24(a)gmail.com> --- To clarify, the problem is that a value is saved in the variable i, but then i is overwritten a few lines later without that saved value ever being used. See https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs(a)winehq.org |bunglehead(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |http://source.winehq.org/gi | |t/wine.git/commit/1a7121b32 | |75fd549fd964dcfe4a8638cb5e0 | |3549 Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org Severity|normal |enhancement --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- Fixed with http://source.winehq.org/git/wine.git/commit/1a7121b3275fd549fd964dcfe4a8638.... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 --- Comment #3 from Alex Henrie <alexhenrie24(a)gmail.com> --- Thanks Nikolay! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=39486 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|http://source.winehq.org/gi |1a7121b3275fd549fd964dcfe4a |t/wine.git/commit/1a7121b32 |8638cb5e03549 |75fd549fd964dcfe4a8638cb5e0 | |3549 | CC| |mstefani(a)redhat.com -- 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.
participants (1)
-
wine-bugs@winehq.org