http://bugs.winehq.org/show_bug.cgi?id=9916
--- Comment #24 from Lionel Debroux lionel_debroux@yahoo.fr 2007-11-01 08:25:49 --- Created an attachment (id=8911) --> (http://bugs.winehq.org/attachment.cgi?id=8911) Second run of Valgrind (as described in comment #22 and #23)
Several interesting errors indeed surface, let's mention: * in a number of tests, wine_cp_wcstombs seems to use uninitialized values of size 4; * various functions use uninitialized memory for conditional jumps or moves; * various functions seem to pass uninitialized areas to syscalls (?);
This time, the wininet FTP & HTTP tests were run when the Ethernet interface was up, and they both went smoothly. With Hans' patch, the FTP test now goes smoothly when the network interfaces are down, but as I posted above with trace+wininet output, the HTTP test generates "unexpected status" errors.
I've just fetched & rebased from the git repository, so I'm currently rebuilding, and I'll run the tests again with Valgrind. This time, I will make sure that the suppressions file is actually taken into account...