[Bug 15153] Dragging tabs crashes Code:Blocks 8.02 C++ IDE

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 30 15:13:07 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=15153

--- Comment #13 from Esme Povirk <madewokherd at gmail.com> ---
The crash is in a dependency project called wxFlatNotebook:
https://sourceforge.net/projects/wxflatnotebook/

It crashes in wxFNBDragInfoDataObject::SetData.

According to the headers in codeblocks source, this method accepts a length and
buffer pointer. It ignores the length and copies what it assumes is the actual
length of the buffer. Apparently, the buffer pointer is NULL.

-- 
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.



More information about the wine-bugs mailing list