* ChangeLog: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2012-12-13 09:41:17 +00:00
parent d8c7695fbb
commit 6b4687e605

View File

@ -20,7 +20,7 @@ Thu Dec 13 14:20:00 2012 Zachary Scott <zachary@zacharyscott.net>
Thu Dec 13 14:10:00 2012 Shugo Maeda <shugo@ruby-lang.org>
* marshal.c (r_entry0): don't taint classes and modules because
Marshal.load just return the dumped classes and modules.
Marshal.load just returns the dumped classes and modules.
[Bug #7325] [ruby-core:49198]
* test/ruby/test_marshal.rb: related test.