http://bugs.winehq.org/show_bug.cgi?id=26138
Summary: comctl32/toolbar tests shows an invalid read under valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Invalid read of size 2 at RtlImageNtHeader (loader.c:2508) by RtlImageDirectoryEntryToData (loader.c:2684) by find_entry (resource.c:189) by LdrFindResource_U (resource.c:303) by find_resourceW (resource.c:139) by FindResourceExW (resource.c:183) by FindResourceW (resource.c:192) by TOOLBAR_AddStringW (toolbar.c:2917) by TOOLBAR_AddStringA (toolbar.c:2988) by ToolbarWindowProc (toolbar.c:6435) by ??? (winproc.c:172) by call_window_proc (winproc.c:242) by WINPROC_CallProcAtoW (winproc.c:601) by WINPROC_call_window (winproc.c:910) by call_window_proc (message.c:2201) by send_message (message.c:3042) by SendMessageA (message.c:3187) by test_add_string (toolbar.c:518) by func_toolbar (toolbar.c:1666) by run_test (test.h:556) Address 0xdeadbeee is not stack'd, malloc'd or (recently) free'd
http://bugs.winehq.org/show_bug.cgi?id=26138
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dank@kegel.com Resolution| |INVALID
--- Comment #1 from Dan Kegel dank@kegel.com 2011-10-15 15:58:50 CDT --- Probably expected, we should just suppress that warning.
http://bugs.winehq.org/show_bug.cgi?id=26138
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-10-17 16:06:26 CDT --- Closing.