From 3fae917fdc49fe6ea56b8e54095376c153344694 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 6 Oct 2004 15:10:43 +0000 Subject: * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by ALLOCA_N() to prevent modification. [ruby-dev:24438] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 885c34470..da9a8c081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 7 00:08:37 2004 Yukihiro Matsumoto + + * io.c (rb_io_s_sysopen): preserve path in the buffer allocated by + ALLOCA_N() to prevent modification. [ruby-dev:24438] + Wed Oct 6 09:21:00 2004 Yukihiro Matsumoto * io.c (rb_io_mode_flags): preserve append mode flag. -- cgit