https://bugs.kde.org/show_bug.cgi?id=383901
Bug ID: 383901
Summary: PTP_ENABLE_PPS ioctl
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 107471
--> https://bugs.kde.org/attachment.cgi?id=107471&action=edit
Inhibit grumble on PTP_ENABLE_PPS ioctl
Attached patch makes valgrind ignore ARG3 for the PTP_ENABLE_PPS ioctl. This
ioctl takes a bool by value, and by default valgrind tries to interpret it as a
pointer which produces noise in its output.
https://github.com/torvalds/linux/blob/master/drivers/ptp/ptp_chardev.c#L179
--
You are receiving this mail because:
You are watching all bug changes.