.vg-suppressions 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. # Suppress valgrind diagnostics we don't care about.
  2. # Copyright (C) 2003-2018 Free Software Foundation, Inc.
  3. # This program is free software: you can redistribute it and/or modify
  4. # it under the terms of the GNU General Public License as published by
  5. # the Free Software Foundation, either version 3 of the License, or
  6. # (at your option) any later version.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. # GNU General Public License for more details.
  11. # You should have received a copy of the GNU General Public License
  12. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  13. {
  14. libc_dl_open
  15. Memcheck:Cond
  16. fun:_dl_relocate_object
  17. obj:/lib/libc-2.3.2.so
  18. fun:_dl_catch_error
  19. fun:_dl_open
  20. }
  21. {
  22. libc_dl_catch_error__map_object
  23. Memcheck:Addr1
  24. obj:/lib/ld-2.3.2.so
  25. fun:_dl_map_object
  26. obj:/lib/libc-2.3.2.so
  27. fun:_dl_catch_error
  28. }
  29. {
  30. libc_dl_catch_error__map_versions
  31. Memcheck:Addr1
  32. obj:/lib/ld-2.3.2.so
  33. fun:_dl_check_map_versions
  34. obj:/lib/libc-2.3.2.so
  35. fun:_dl_catch_error
  36. }
  37. {
  38. jm_libc_sigaction
  39. Memcheck:Param
  40. sigaction(act)
  41. fun:__libc_sigaction
  42. }
  43. {
  44. libc_expand_dynamic_string_token
  45. Memcheck:Cond
  46. fun:strlen
  47. fun:expand_dynamic_string_token
  48. obj:*
  49. obj:*
  50. obj:*
  51. obj:*
  52. obj:*
  53. }
  54. {
  55. libc__dl_new_object
  56. Memcheck:Cond
  57. fun:strlen
  58. fun:_dl_new_object
  59. obj:*
  60. obj:*
  61. obj:*
  62. obj:*
  63. }
  64. {
  65. libc_fillin_rpath
  66. Memcheck:Cond
  67. fun:strlen
  68. fun:fillin_rpath
  69. }
  70. {
  71. libc-getpwuid-leak
  72. Memcheck:Leak
  73. fun:malloc
  74. fun:nss_parse_service_list
  75. fun:__nss_database_lookup
  76. obj:*
  77. obj:*
  78. fun:getpwuid_r@@GLIBC_2.2.5
  79. fun:getpwuid
  80. fun:getuser
  81. fun:format_user_width
  82. fun:gobble_file
  83. fun:main
  84. }
  85. {
  86. utimensat-NULL
  87. Memcheck:Param
  88. utimensat(filename)
  89. fun:futimens
  90. fun:gl_futimens
  91. fun:main
  92. }