From 5db774d00e65ff1b81d30822ba3cdac8039236b9 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Apr 2008 17:26:29 +0000 Subject: * ruby.c (process_options): dln_find_file returns the pointer to a static buffer, so should copy it. [ruby-dev:34409] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d570e7116..fdc16731f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 16 02:26:27 2008 Nobuyoshi Nakada + + * ruby.c (process_options): dln_find_file returns the pointer to a + static buffer, so should copy it. [ruby-dev:34409] + Tue Apr 15 23:08:46 2008 Kouhei Sutou * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] -- cgit