Hi all-

I'm running Surge_Reliable from TinyOS 1.x current CVS.

At CC1000RadioIntM.nc:912 this code appears:

  ack_code[RxByteCnt + sizeof(ack_code) + 2- ACK_LENGTH]

The problem is that while ack_code is an array of size 3, during execution 
the array indices range between 0 and 4, reading a couple of bytes past 
the end.

Is this a known bug?  Is a fix available?  There appear to be very many 
versions of CC1000RadioIntM.nc scattered around the CVS tree and I can't 
easily figure out which ones are good and which are bad...

Thanks,

John Regehr


--
John Regehr, [EMAIL PROTECTED]
Assistant Professor, School of Computing, University of Utah
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to