Bug #9273 » 0001-Ignore-encoding-issues.patch
| lib/resolv.rb | ||
|---|---|---|
|
ndots = 1
|
||
|
open(filename) {|f|
|
||
|
f.each {|line|
|
||
|
line.sub!(/[#;].*/, '')
|
||
|
line.scrub!.sub!(/[#;].*/, '')
|
||
|
keyword, *args = line.split(/\s+/)
|
||
|
args.each { |arg|
|
||
|
arg.untaint
|
||
- « Previous
- 1
- 2
- Next »