mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
[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
1 changed files with 1 additions and 0 deletions
|
@ -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?("__odr_asan_")
|
||||
next if !so and n.start_with?("__retguard_")
|
||||
next if !so and n.start_with?("__dtrace")
|
||||
case n
|
||||
when /\A(?:Init_|InitVM_|pm_|[Oo]nig|dln_|coroutine_)/
|
||||
next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue