Skip to content
Commit a72f57ee authored by Philip Chimento's avatar Philip Chimento Committed by Philip Withnall
Browse files

valgrind: Add false positive to suppressions file

Valgrind will check that the third argument to ioctl() is a valid
pointer, but some ioctls interpret that argument as an integer, and that
is the case here (it's a file descriptor), so this is a false positive.

https://bugzilla.gnome.org/show_bug.cgi?id=787109
parent e5eaca54
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment