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@winehq.org Reporter: alexhenrie24@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).