1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/coverage
yui-knk c7fa2bf568 ext/coverage/coverage.c (rb_coverage_start): Ensure opt is a hash
Ensure `opt` is a hash before using `rb_hash_lookup` to `opt`.
This will prevent SEGV when an inappropriate object (i.e. an array)
is passed to `opt`.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-15 00:40:38 +00:00
..
coverage.c ext/coverage/coverage.c (rb_coverage_start): Ensure opt is a hash 2017-09-15 00:40:38 +00:00
depend ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00