[Bug 56153] New: Possible nullpointer dereference in wow64_NtUserUnpackDDEMessage (Coverity)
https://bugs.winehq.org/show_bug.cgi?id=56153 Bug ID: 56153 Summary: Possible nullpointer dereference in wow64_NtUserUnpackDDEMessage (Coverity) Product: Wine Version: 9.0-rc3 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: dark.shadow4(a)web.de Distribution: --- In wow64_NtUserUnpackDDEMessage we have the following code:
if (!params->result) NtCallbackReturn( &result, sizeof(result), TRUE ); *params->result = result;
Not 100% sure what is intended here, but it doesn't look right. Coverity link : https://scan5.scan.coverity.com/reports.htm#v60945/p10088/fileInstanceId=257... -- 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=56153 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- The code is correct, NtCallbackReturn doesn't return. -- 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=56153 --- Comment #2 from Fabian Maurer <dark.shadow4(a)web.de> --- Alright, sorry I didn't know that. -- 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=56153 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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)
-
WineHQ Bugzilla