http://bugs.winehq.org/show_bug.cgi?id=25826
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2011-10-19 08:59:06 CDT --- 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.