valgrind-suppressions 362 B

1234567891011121314151617181920212223
  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_log
  9. fun:main
  10. }
  11. {
  12. suppress2
  13. Memcheck:Value8
  14. fun:vfprintf
  15. fun:vsnprintf
  16. fun:gpsd_log
  17. fun:sirf_parse
  18. fun:sirfbin_parse_input
  19. fun:gpsd_poll
  20. fun:main
  21. }