From 9c4182b89ea71417de430943d895017d5fb2f22a Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 7 Sep 2007 05:03:51 +0000 Subject: * process.c (detach_process_watcher): should not pass the pointer to an auto variable to the thread to be created. pointed and fix by KUBO Takehiro [ruby-dev:30618] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 602663b5fa..3bb6a98edd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 7 14:02:10 2007 Nobuyoshi Nakada + + * process.c (detach_process_watcher): should not pass the pointer + to an auto variable to the thread to be created. pointed and + fix by KUBO Takehiro [ruby-dev:30618] + Fri Sep 7 13:52:36 2007 Tanaka Akira * bignum.c (big_lshift): make shift offset long type. -- cgit v1.2.3