http://llvm.org/bugs/show_bug.cgi?id=9705
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #7 from [email protected] 2011-10-26 12:22:11 CDT --- Fixed in Wine, by http://source.winehq.org/git/wine.git/commitdiff/d5090fd9757fbee2190eaa0f54ea39ebcfe657e3. Valgrind also showed a problem. From Wine's bugzilla: ========= Valgrind found a write buffer overrun on a stack buffer, though since it doesn't really know about stack buffer ends, we got lucky and the overrun was caught by a sanity check on memcpy: Source and destination overlap in memcpy(0x7f22f8c8, 0x7f22f904, 76) at memcpy (mc_replace_strmem.c:635) by format_string (string.c:339) by vsnprintfW (string.c:429) by sprintfW (string.c:514) by CategoryMgr_FindClosestCategory (categorymgr.c:219) by next_LanguageProfile (inputprocessor.c:1030) by EnumTfLanguageProfiles_Next (inputprocessor.c:1065) by test_EnumLanguageProfiles (inputprocessor.c:935) by func_inputprocessor (inputprocessor.c:2202) by run_test (test.h:556) by main (test.h:624) so likely not an llvm bug. ========= -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
