Skip to content

Commit ae49efb

Browse files
committed
ci: add a suppression for a known leak
related to exception handling in libxml2 callbacks, see #2096 for related work
1 parent 67b54d4 commit ae49efb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

suppressions/nokogiri_ruby.supp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@
88
fun:_dl_map_object
99
...
1010
}
11+
{
12+
this leak is because xpath syntax errors raise and don't allow xmlXpathEval to clean up, see #2096 for related work
13+
Memcheck:Leak
14+
fun:malloc
15+
fun:objspace_xmalloc0
16+
fun:ruby_xmalloc0
17+
fun:ruby_xmalloc_body
18+
fun:ruby_xmalloc
19+
fun:xmlXPathNewParserContext
20+
fun:xmlXPathEval
21+
fun:evaluate
22+
}

0 commit comments

Comments
 (0)