Skip to content

Commit 8149f4d

Browse files
committed
[Bug #20910] dtrace related symbols are not considered leaked
1 parent f1dda5e commit 8149f4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/leaked-globals

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Pipe.new(NM + ARGV).each do |line|
9090
next if !so and n.start_with?("___asan_")
9191
next if !so and n.start_with?("__odr_asan_")
9292
next if !so and n.start_with?("__retguard_")
93+
next if !so and n.start_with?("__dtrace")
9394
case n
9495
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
9596
next

0 commit comments

Comments
 (0)