Skip to content

Commit

Permalink
ci: update suppression stack signature
Browse files Browse the repository at this point in the history
something changed recently, not sure if it's the compiler in CI, or
the library, or a combination.

(cherry picked from commit 871cd51)
  • Loading branch information
flavorjones committed Aug 11, 2023
1 parent 0d545ac commit d1c62de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suppressions/ruby.supp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
fun:evaluate
}
{
TODO
https://github.com/sparklemotion/nokogiri/actions/runs/5354163940/jobs/9710862134
# 240 (120 direct, 120 indirect) bytes in 1 blocks are definitely lost in loss record 28,980 of 37,883
# *xmlNewNodeEatName (tree.c:2299)
# *xmlNewDocNodeEatName (tree.c:2374)
Expand All @@ -117,7 +117,7 @@
fun:xmlNewNodeEatName
fun:xmlNewDocNodeEatName
fun:xmlSAX2StartElementNs
fun:xmlParseStartTag2
fun:xmlParseStartTag*
fun:xmlParseElementStart
fun:xmlParseContentInternal
fun:xmlParseElement
Expand Down

0 comments on commit d1c62de

Please sign in to comment.