[Bug 36640] valgrind shows lots of uninitialized reads/writes in twain_32/ tests/dsm.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 9 16:09:17 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=36640

Vincent Povirk <madewokherd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |madewokherd at gmail.com

--- Comment #1 from Vincent Povirk <madewokherd at gmail.com> ---
Best I can tell, this error has nothing to do with Wine except that it uses
sane.

It also appears to be a false positive. Valgrind doesn't have any way of
knowing the requirements for initializing ioctl data. Looking up source code
for v4lconvert_create_with_dev_ops, it appears to correctly initialize the
required fields for the operations it uses.

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