[Bug 20553] Invalid read in LISTVIEW_NCDestroy in chromium unit_tests.exe in TableViewTest.Sort?

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 2 10:25:51 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20553





--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com>  2009-11-02 10:25:50 ---
Hi, Dan.

Does your test free imagelists before ListView destruction? How
LVS_SHAREIMAGELISTS is used?

The cause here is a dereference to himl->magic (or whatever it's called), himl
isn't null obviously, but is in freed memory block.

(I'm not able to download it currently, it's to fat for my connection)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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