"Initial commit to Gerrit"
[profile/ivi/gpsd.git] / valgrind-suppressions
1 # Suppress known C library errors in valgrind.
2 # This is good under gcc 3.4.2, glibc 2.3.4, using -g and -O2
3 {
4    suppress1
5    Memcheck:Cond
6    fun:strlen
7    fun:vsnprintf
8    fun:gpsd_report
9    fun:main
10 }
11 {
12    suppress2
13    Memcheck:Value8
14    fun:vfprintf
15    fun:vsnprintf
16    fun:gpsd_report
17    fun:sirf_parse
18    fun:sirfbin_parse_input
19    fun:gpsd_poll
20    fun:main
21 }
22