Bug 348616

Summary: Wine/valgrind: Warning: noted but unhandled ioctl 0x5390 with no size/direction hints. (DVD_READ_STRUCT)
Product: [Developer tools] valgrind Reporter: Austin English <austinenglish>
Component: generalAssignee: Julian Seward <jseward>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.10 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch3

Description Austin English 2015-06-03 05:07:29 UTC
Noticed while running dlls/kernel32/tests/volume.c:

==15683== Warning: noted but unhandled ioctl 0x5390 with no size/direction hints.
==15683==    This could cause spurious value errors to appear.
==15683==    See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.


Reproducible: Always
Comment 1 Austin English 2016-11-01 05:57:46 UTC
Created attachment 101939 [details]
patch3

Note: depends on patches to 352767
Comment 2 Julian Seward 2016-11-23 13:26:58 UTC
Committed, r16153.  Thanks for the patch.