[前][次][番号順一覧][スレッド一覧]

ruby-changes:40913

From: ko1 <ko1@a...>
Date: Wed, 9 Dec 2015 13:51:44 +0900 (JST)
Subject: [ruby-changes:40913] ko1:r52992 (trunk): update NEWS

ko1	2015-12-09 13:51:29 +0900 (Wed, 09 Dec 2015)

  New Revision: 52992

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52992

  Log:
    update NEWS [ruby-core:71970]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 52991)
+++ NEWS	(revision 52992)
@@ -122,7 +122,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L122
 * 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)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]