aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 04:51:29 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 04:51:29 +0000
commit71a4d189bd470182d98c397940a9ac44a1374089 (patch)
tree382fb0d717253dc22e893336c85ad9b7581a685a /NEWS
parent0d89c6db7e35120c6b1638d054aeeb6a624695d5 (diff)
downloadruby-71a4d189bd470182d98c397940a9ac44a1374089.tar.gz
update NEWS [ruby-core:71970]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4cbdc20c2a..561b63c447 100644
--- a/NEWS
+++ b/NEWS
@@ -122,7 +122,9 @@ with all sufficient information, see the ChangeLog file.
* RubyVM::InstructionSequence
* add the following methods as a primitive tool of iseq loader.
See sample/iseq_loader.rb for usage.
- [Feature #11788] (experimental feature)
+ Note that loader does not have verifier so it is easy to cause
+ critical problem by loading modified/broken binary data.
+ See [Feature #11788] for more details. (experimental feature)
* RubyVM::InstructionSequence#to_binary_format(extra_data = nil)
* RubyVM::InstructionSequence.from_binary_format(binary)
* RubyVM::InstructionSequence.from_binary_format_extra_data(binary)