File: valgrind.suppressions

package info (click to toggle)
libevdev 1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,516 kB
  • ctags: 1,563
  • sloc: sh: 14,301; ansic: 7,744; makefile: 179; python: 163
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*
}