From 09317d816881676b968e000ffd60b5fd5c290184 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 10 Nov 2000 07:16:52 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a65ba334a..a884e91d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Nov 10 16:15:53 2000 Yukihiro Matsumoto + + * parse.y (yylex): eval("^") caused infinite loop. + +Thu Nov 9 14:22:13 2000 Yukihiro Matsumoto + + * io.c (rb_io_taint_check): should check IO taintness; no + operation for untainted IO should be allowed in the sandbox. + + * rubyio.h (GetOpenFile): check IO taintness inside using + rb_io_taint_check(). + Wed Nov 8 03:08:53 2000 Yukihiro Matsumoto * io.c (io_fflush): ensure fflush(3) would not block by calling -- cgit