From 6e0c6ac3be8069e939748b00febcf4411ce905cb Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Aug 2007 06:59:54 +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/trunk@13101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 973c2b0c2e..729ef49743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 18 15:59:52 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] + Sat Aug 18 15:52:50 2007 Nobuyoshi Nakada * insnhelper.ci (vm_send_optimize): use MEMMOVE to shift values inside -- cgit v1.2.3