summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 12:17:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 12:17:24 +0000
commitecc889b1c8a9175c82f97749b87e3c06357e3cb6 (patch)
tree92348b01ba01754645fe97754f1e52db5cd8f789 /ChangeLog
parent8bf48ec3070c812178f83c34b083bc4126c5c2bd (diff)
merge revision(s) 57634: [Backport #13150]
marshal.c: revert r57631 partially * marshal.c (rb_marshal_dump_limited): do not free dump_arg, which may be dereferenced in check_dump_arg due to continuation, and get rid of dangling pointers. * marshal.c (rb_marshal_load_with_proc): ditto for load_arg. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e5f0e06ff..a0a85b69e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Aug 9 21:16:22 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * marshal.c (rb_marshal_dump_limited): do not free dump_arg, which
+ may be dereferenced in check_dump_arg due to continuation, and
+ get rid of dangling pointers.
+
+ * marshal.c (rb_marshal_load_with_proc): ditto for load_arg.
+
Wed Aug 9 21:13:24 2017 NAKAMURA Usaku <usa@ruby-lang.org>
* compile.c (iseq_compile_each): remove unused definition of unused