[Bug 26101] riched20/editor tests show a ton of valgrind warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 15 15:48:47 CDT 2011


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

Dan Kegel <dank at kegel.com> changed:

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

--- Comment #1 from Dan Kegel <dank at kegel.com> 2011-10-15 15:48:47 CDT ---
I get two non-leak errors when I run valgrind on "make editor.ok":

Conditional jump or move depends on uninitialised value(s)
   by wine_dbgstr_wn (debug.c:421)
   by ME_CallWordBreakProc (debug.h:257)
   by ME_MoveCursorWords (caret.c:741)

and

Conditional jump or move depends on uninitialised value(s)
   at WINPROC_CallProcWtoA (unicode.h:200)
   by WINPROC_call_window (winproc.c:901)
   by call_window_proc (message.c:2211)
   by send_message (message.c:3084)
   by SendMessageW (message.c:3264)
   by test_EM_FINDWORDBREAK_A (editor.c:7117)
   by func_editor (editor.c:7189)
   by run_test (test.h:556)
 Uninitialised value was created by a stack allocation
   at test_EM_FINDWORDBREAK_A (editor.c:7095)

I'll attach a log.

-- 
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