[Bug #20910] dtrace related symbols are not considered leaked
This commit is contained in:
parent
f1dda5ed01
commit
8149f4d6ab
Notes:
git
2024-11-30 05:05:11 +00:00
@ -90,6 +90,7 @@ Pipe.new(NM + ARGV).each do |line|
|
|||||||
next if !so and n.start_with?("___asan_")
|
next if !so and n.start_with?("___asan_")
|
||||||
next if !so and n.start_with?("__odr_asan_")
|
next if !so and n.start_with?("__odr_asan_")
|
||||||
next if !so and n.start_with?("__retguard_")
|
next if !so and n.start_with?("__retguard_")
|
||||||
|
next if !so and n.start_with?("__dtrace")
|
||||||
case n
|
case n
|
||||||
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
|
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
|
||||||
next
|
next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user