From 37b8f7b84fedff7937598273fb65c7fb4f8390f1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 16 Oct 2012 02:30:20 +0000 Subject: file.c: hide result * file.c (rb_file_join): hide the result under construction until return. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 292853481c..1c479bc42f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Oct 16 11:27:04 2012 Nobuyoshi Nakada +Tue Oct 16 11:30:18 2012 Nobuyoshi Nakada + + * file.c (rb_file_join): hide the result under construction until + return. * file.c (rb_file_join): check nul-byte only for strings, since FilePathStringValue() does it. [ruby-core:48012] [Bug #7168] -- cgit v1.2.3