http://bugs.winehq.org/show_bug.cgi?id=26133
Summary: d3dx9_36: surface and texture 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: directx-d3dx9 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: wine-bugs@winehq.org
surface test: Invalid read of size 4 at point_filter_simple_data (surface.c:737) by D3DXLoadSurfaceFromMemory (surface.c:842) by D3DXLoadSurfaceFromFileInMemory (surface.c:402) by D3DXLoadSurfaceFromResourceA (surface.c:513) by test_D3DXLoadSurface (surface.c:272) by func_surface (surface.c:540) by run_test (test.h:556) by main (test.h:624) Address 0x7f0228f0 is 0 bytes inside a block of size 16 free'd at notify_free (heap.c:262) by RtlFreeHeap (heap.c:1747) by BITMAP_CopyBitmap (bitmap.c:548) by CreateBrushIndirect (brush.c:117) by CreatePatternBrush (brush.c:221) by SYSPARAMS_Init (sysparams.c:956) by process_attach (user_main.c:276) by DllMain (user_main.c:332) by __wine_spec_dll_entry (dll_entry.c:40) by ??? (loader.c:139) by MODULE_InitDLL (loader.c:978) by process_attach (loader.c:1067) by process_attach (loader.c:1059) by process_attach (loader.c:1059) by process_attach (loader.c:1059) by attach_process_dlls (loader.c:2535) by ??? (port.c:60)
texture test: Invalid read of size 4 at point_filter_simple_data (surface.c:737) by D3DXLoadSurfaceFromMemory (surface.c:842) by D3DXLoadSurfaceFromFileInMemory (surface.c:402) by D3DXCreateTextureFromFileInMemoryEx (texture.c:605) by D3DXCreateTextureFromResourceExA (texture.c:810) by D3DXCreateTextureFromResourceA (texture.c:759) by test_D3DXCreateTexture (texture.c:576) by func_texture (texture.c:1106) by run_test (test.h:556) by main (test.h:624) Address 0x7f0171b8 is 32 bytes inside a block of size 56 free'd at notify_free (heap.c:262) by RtlFreeHeap (heap.c:1747) by update_reg_entries (freetype.c:2027) by WineEngInit (freetype.c:2877) by DllMain (gdiobj.c:582) by __wine_spec_dll_entry (dll_entry.c:40) by ??? (loader.c:139) by MODULE_InitDLL (loader.c:978) by process_attach (loader.c:1067) by process_attach (loader.c:1059) by process_attach (loader.c:1059) by process_attach (loader.c:1059) by process_attach (loader.c:1059) by attach_process_dlls (loader.c:2535) by ??? (port.c:60)