From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0e67f1b4649c79e017def200277bf72f@9netics.com> To: 9fans@9fans.net Date: Fri, 20 May 2016 15:07:23 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] bug in authdial() Topicbox-Message-UUID: 91125f70-ead9-11e9-9d60-3106f5b1d025 can you spot the problem in reap() function in /sys/src/libc/9sys/dial.c? hint: in notedeath() there is a tokenize(exitsts, ...) static int reap(Dest *dp) { char exitsts[2*ERRMAX]; if (outstandingprocs(dp) && await(exitsts, sizeof exitsts) >= 0) { notedeath(dp, exitsts); return 0; } return -1; }