blob: d31a60989493f4e3a013fd6c5d79483576a08bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Suppress known C library errors in valgrind.
# This is good under gcc 3.4.2, glibc 2.3.4, using -g and -O2
{
suppress1
Memcheck:Cond
fun:strlen
fun:vsnprintf
fun:gpsd_report
fun:main
}
{
suppress2
Memcheck:Value8
fun:vfprintf
fun:vsnprintf
fun:gpsd_report
fun:sirf_parse
fun:sirfbin_parse_input
fun:gpsd_poll
fun:main
}
|