http://bugs.winehq.org/show_bug.cgi?id=25944
Summary: kernel32: console tests show some valgrind warnings Product: Wine Version: 1.3.12 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33078) --> (http://bugs.winehq.org/attachment.cgi?id=33078) valgrind log
I'll attach the log, since the link will go dead eventually...
A few invalid reads, e.g.,: Invalid read of size 2 at WCUSER_FillMemDC (user.c:76) by WCUSER_Refresh (user.c:760) by WINECON_FetchCells (wineconsole.c:81) by WINECON_GrabChanges (wineconsole.c:303) by WCUSER_MainLoop (user.c:1376) by WinMain (wineconsole.c:846) by main (exe_main.c:48) Address 0x7f0534ea is 8,322 bytes inside a block of size 48,000 free'd at notify_free (heap.c:262) by RtlReAllocateHeap (heap.c:1885) by WINECON_GrabChanges (wineconsole.c:293) by WINECON_SetConfig (wineconsole.c:499) by WINECON_Init (wineconsole.c:656) by WinMain (wineconsole.c:818) by main (exe_main.c:48)