aboutsummaryrefslogtreecommitdiffstats
path: root/tool/leaked-globals
diff options
context:
space:
mode:
Diffstat (limited to 'tool/leaked-globals')
-rwxr-xr-xtool/leaked-globals1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/leaked-globals b/tool/leaked-globals
index 4f4a35cc30..367d35ab86 100755
--- a/tool/leaked-globals
+++ b/tool/leaked-globals
@@ -67,6 +67,7 @@ IO.foreach("|#{NM} #{ARGV.join(' ')}") do |line|
next unless n.sub!(/^#{SYMBOL_PREFIX}/o, "")
next if n.include?(".")
next if !so and n.start_with?("___asan_")
+ case n; when "_init", "_fini"; next end
case n
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
next