|
From: Nicholas N. <nj...@cs...> - 2005-05-24 21:31:26
|
On Tue, 24 May 2005, Madhu M. Kurup wrote: > Loop overrun occurs as the i+1 value is being processed. A code path exists > where i can be uninitialized but incremented (line 1082). Fixed -- not exactly as you suggested, but fixed. Thanks. N |