From 713e99cec284a7bfdfdc6b598102028e0f844b8f Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 17 Feb 2010 17:19:53 +0000 Subject: * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock, prohibit modification of buffer string during read (which had caused EFAULT or SEGV). [ruby-dev:40437] * test/ruby/test_io.rb: rewrite tests for the old behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 932976b16a..90e6a5ed02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 18 02:14:26 2010 Yusuke Endoh + + * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock, + prohibit modification of buffer string during read (which had caused + EFAULT or SEGV). [ruby-dev:40437] + + * test/ruby/test_io.rb: rewrite tests for the old behavior. + Wed Feb 17 21:34:01 2010 Yusuke Endoh * regcomp.c (setup_tree, onig_compile): optimize .* at last by -- cgit v1.2.3