File: valgrind.suppressions

package info (click to toggle)
libevdev 1.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,184 kB
  • ctags: 1,594
  • sloc: ansic: 8,764; sh: 4,195; makefile: 204; python: 171
file content (20 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
   <timer_create@@GLIBC_2.3.3>
   Memcheck:Param
   timer_create(evp)
   fun:timer_create@@GLIBC_2.3.3
}
{
   <ioctl_EVIOCGRAB_unaddressable_bytes>
   Memcheck:Param
   ioctl(generic)
   fun:ioctl
   fun:libevdev_grab
}
{
   <ioctl_EVIOCREVOKE_unaddressable_bytes>
   Memcheck:Param
   ioctl(generic)
   fun:ioctl
   fun:test_revoke*
}