| Summary: | unhandled ioctl 0x530d with no size/direction hints (CDROMREADMODE1) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Vasantha Ganesh K <vasanthaganesh.k> |
| Component: | general | Assignee: | Ivo Raisr <ivosh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cpigat242, ivosh, vasanthaganesh.k |
| Priority: | NOR | ||
| Version First Reported In: | 3.11.0 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | its a patch and fixes the error | ||
|
Description
Vasantha Ganesh K
2016-03-12 05:58:16 UTC
Created attachment 97850 [details]
its a patch and fixes the error
I added some switch cases to PRE() and POST()
The attached patch is missing definition for VKI_CDROMREADMODE1. However it's obvious so I've added it at the right place in vki-linux.h. Committed in Valgrind SVN as r16358. |