https://bugs.kde.org/show_bug.cgi?id=397605
Bug ID: 397605
Summary: ioctl FICLONE mishandled
Product: valgrind
Version: 3.13.0
Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The parameter to ioctl FICLONE is a file descriptor, as documented here:
http://man7.org/linux/man-pages/man2/ioctl_ficlonerange.2.html
However, valgrind seems to believe that it should be a pointer, and complains
that the pointer is not valid, saying: "Syscall param ioctl(generic) points to
unaddressable byte(s)"
--
You are receiving this mail because:
You are watching all bug changes.