File: valgrind.supp

package info (click to toggle)
pymupdf 1.25.4%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 98,632 kB
  • sloc: python: 43,379; ansic: 75; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Valgrind suppression for false-positives from use of shared-libraries.
#
{
   sharedlibrary-read
   Memcheck:Addr8
   fun:strncmp
   fun:is_dst
   ...
   fun:fillin_rpath.isra.0
   fun:decompose_rpath
   ...
   fun:openaux
   fun:_dl_catch_exception
   fun:_dl_map_object_deps
   fun:dl_open_worker_begin
   fun:_dl_catch_exception
}