From 0506348ef501d5f2e3dc64666b6bb6785870583c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Jan 2009 00:08:06 +0000 Subject: * dir.c (join_path): use strlcat() to force link. * dir.c (glob_helper): no strcpy() is needed since len is known. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f028c1d2e..30986b6b75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jan 25 09:09:29 2009 Nobuyoshi Nakada + + * dir.c (join_path): use strlcat() to force link. + + * dir.c (glob_helper): no strcpy() is needed since len is known. + Sun Jan 25 06:44:58 2009 Technorama Ltd. * ext/openssl/ossl_ssl.c: Server Name Indication support. -- cgit v1.2.3