From: scipio Date: Fri, 13 Apr 2007 17:31:15 +0000 (+0000) Subject: Patch from John Regehr. Make queue catch it when the underlying radio X-Git-Tag: tinyos/2.0.1~60 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=b77b7e339aec20be27c172d80ecad499520f83ec;hp=b77b7e339aec20be27c172d80ecad499520f83ec;p=tinyos-2.x.git Patch from John Regehr. Make queue catch it when the underlying radio stack issues a spurious sendDone. Currently, if the queue is empty this will cause it to access invalid memory (past the end of an array). The real bug is the spurious sendDone, which he observed on the mica2. However, until this bug is fixed, we need to catch it. ---