From 52de477b52e2bb1a1a9f89882c027f4e9c420dbc Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 30 Mar 2007 02:50:58 +0000 Subject: * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by wanabe [ruby-dev:30672] * win32/win32.c (init_env, insert, rb_w32_get_environ): use strdup instead of malloc + strlcpy. suggested by nobu [ruby-dev:30673] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16ddc87fe..8cb084df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Mar 30 11:46:51 2007 NAKAMURA Usaku + + * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by + wanabe [ruby-dev:30672] + + * win32/win32.c (init_env, insert, rb_w32_get_environ): use strdup + instead of malloc + strlcpy. suggested by nobu [ruby-dev:30673] + Fri Mar 30 02:29:04 2007 Technorama * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: -- cgit