File: valgrind.suppressions

package info (click to toggle)
libevdev 1.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,704 kB
  • sloc: ansic: 9,518; sh: 4,516; makefile: 221; python: 178; xml: 171; javascript: 53
file content (27 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
   <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*
}
{
   <bash_memleak>
   Memcheck:Leak
   ...
   fun:reader_loop
   fun:main
}