Fix leaked symbols on FreeBSD [ci skip]
This commit is contained in:
parent
feac15c1f3
commit
9859dbc7fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user