[Bug 25826] msctf:inputprocessor tests fail on clang

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 19 08:59:06 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=25826

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com

--- Comment #5 from Dan Kegel <dank at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list