valgrind.suppressions 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. srunner_run::timer_create-uninitialized-bytes
  3. Memcheck:Param
  4. timer_create(evp)
  5. fun:timer_create@@GLIBC_2.3.3
  6. fun:srunner_run
  7. fun:litest_run
  8. fun:main
  9. }
  10. {
  11. mtdev:conditional_jumps_uninitialized_value
  12. Memcheck:Cond
  13. ...
  14. fun:mtdev_put_event
  15. }
  16. {
  17. <g_type_register_static>
  18. Memcheck:Leak
  19. ...
  20. fun:g_type_register_static
  21. }
  22. {
  23. <g_type_register_static>
  24. Memcheck:Leak
  25. ...
  26. fun:g_type_register_fundamental
  27. }
  28. {
  29. <g_type_register_static>
  30. Memcheck:Leak
  31. ...
  32. fun:g_malloc0
  33. }
  34. {
  35. <g_get_language_names_malloc>
  36. Memcheck:Leak
  37. fun:malloc
  38. ...
  39. fun:g_get_language_names_with_category
  40. }
  41. {
  42. libunwind:msync_uninitialized_bytes
  43. Memcheck:Param
  44. msync(start)
  45. fun:__msync_nocancel
  46. ...
  47. fun:litest_backtrace
  48. }
  49. {
  50. python:PyUnicode_New
  51. Memcheck:Leak
  52. ...
  53. obj:/usr/lib*/libpython3*.so*
  54. }
  55. {
  56. libevdev:grab
  57. Memcheck:Param
  58. ioctl(generic)
  59. fun:ioctl
  60. fun:libevdev_grab
  61. }
  62. {
  63. ioctl:grab
  64. Memcheck:Param
  65. ioctl(generic)
  66. fun:ioctl
  67. fun:grab_device
  68. }
  69. {
  70. bash:execute_command
  71. Memcheck:Cond
  72. ...
  73. fun:execute_command
  74. }
  75. {
  76. bash:execute_command
  77. Memcheck:Leak
  78. ...
  79. fun:execute_command
  80. }
  81. {
  82. bash:execute_command
  83. Memcheck:Addr16
  84. ...
  85. fun:execute_command
  86. }
  87. {
  88. python:Py_GetProgramFullPath
  89. Memcheck:Cond
  90. ...
  91. fun:Py_GetProgramFullPath
  92. }
  93. {
  94. python:_PyEval_EvalFrameDefault
  95. Memcheck:Cond
  96. ...
  97. fun:_PyEval_EvalFrameDefault
  98. }