[Bug 14078] Rewrite typelib marshaller on top of NDR functions

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 4 09:54:31 CDT 2009


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


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |0.9




--- Comment #2 from Dan Kegel <dank at kegel.com>  2009-07-04 09:54:31 ---
In WINEDEBUG=warn+heap make test, the tmarshal test sometimes fails with:
tmarshal.c:604: Test failed: Struct parameter passed by value corrupted
so I tried it under valgrind again.

Running 
 valgrind --track-origins=yes --trace-children=yes wine oleaut32_test.exe.so
tmarshal.c
still shows the warning
 Conditional jump or move depends on uninitialised value(s)
   at serialize_param (tmarshal.c:785)
   by serialize_param (tmarshal.c:789)
   by xCall (tmarshal.c:1461)
   by 0x7F53003B: ???
   by func_tmarshal (tmarshal.c:1455)
   by run_test (test.h:454)
 Uninitialised value was created by a stack allocation
   at test_typelibmarshal (tmarshal.c:969)

So it's still present in git, and it's been there forever, as far as I know.
Setting original version to 0.9 as a rough approximation.

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