File: ticables2.supp

package info (click to toggle)
libticables 1.3.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,352 kB
  • ctags: 2,309
  • sloc: sh: 11,957; ansic: 11,866; makefile: 153; sed: 16
file content (24 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Some valgrind suppressions handy for ignoring stuff we don't care
# about when valgrinding TILP framework
#
# Library paths and versions from debian unstable, YMMV
#

{
	libglib-2.0
  	Memcheck:Leak
	fun:*
}

{
	ld-2.3
	Memcheck:Overlap
	fun:*
}

{
	libc-2.3
	Memcheck:Overlap
	fun:*
}