We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dda5e commit 8149f4dCopy full SHA for 8149f4d
tool/leaked-globals
@@ -90,6 +90,7 @@ Pipe.new(NM + ARGV).each do |line|
90
next if !so and n.start_with?("___asan_")
91
next if !so and n.start_with?("__odr_asan_")
92
next if !so and n.start_with?("__retguard_")
93
+ next if !so and n.start_with?("__dtrace")
94
case n
95
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
96
next
0 commit comments