From c76e05783072eb92ca586df32c1da2432a437814 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 19 Mar 2002 15:45:53 +0000 Subject: * util.c (ruby_getcwd): the content of buf is uncertain and must not be printed when getcwd(buf, size) has failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff24f8fab..bfeda548f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 20 00:36:43 2002 Akinori MUSHA + + * util.c (ruby_getcwd): the content of buf is uncertain and must + not be printed when getcwd(buf, size) has failed. + Mon Mar 18 22:19:52 2002 Nobuyoshi Nakada * ext/stringio/stringio.c (check_modifiable): wrong declaration. -- cgit