[Bug 39495] New: Uninitialized scalar variable in break_add_watch_from_lvalue (Coverity #214722)
https://bugs.winehq.org/show_bug.cgi?id=39495 Bug ID: 39495 Summary: Uninitialized scalar variable in break_add_watch_from_lvalue (Coverity #214722) Product: Wine Version: 1.7.53 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs(a)winehq.org Reporter: alexhenrie24(a)gmail.com Distribution: --- 1. var_decl: Declaring variable lval without initializer. CID 214722 (#1 of 1): Uninitialized scalar variable (UNINIT) 2. uninit_use_in_call: Using uninitialized value lval.cookie when calling break_add_watch https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee... https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee... In other words, break_add_watch_from_lvalue does not initialize the cookie field, but break_add_watch needs the cookie field to be set. -- 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=39495 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source CC| |eric.pouech(a)orange.fr -- 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