http://bugs.winehq.org/show_bug.cgi?id=28811
Bug #: 28811 Summary: Invalid read in else_break triggered by test_ScriptBreak() Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: usp10 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
In "make usp10.ok" in usp10/tests, valgrind complains:
Invalid read of size 2 at 0x49C6242: else_break (breaking.c:69) by 0x49C70F7: BREAK_line (breaking.c:396) by 0x49D7826: ScriptBreak (usp10.c:1968) by 0x49A8D8B: test_ScriptBreak (usp10.c:2494) by 0x49A95B4: func_usp10 (usp10.c:2591) by 0x49AA2AA: run_test (test.h:556) by 0x49AA6BE: main (test.h:624)
Invalid write of size 2 at 0x49C6251: else_break (breaking.c:69) by 0x49C70F7: BREAK_line (breaking.c:396) by 0x49D7826: ScriptBreak (usp10.c:1968) by 0x49A53A7: test_ScriptTextOut (usp10.c:1646) by 0x49A956F: func_usp10 (usp10.c:2581) by 0x49AA2AA: run_test (test.h:556) by 0x49AA6BE: main (test.h:624)