Closed GoogleCodeExporter closed 9 years ago
Thanks for the feedback,
Seems to be an overrun if "r" or "c" are not in 0-3 range. I'm calculating the
matrix minor, only 3 of the 4 rows and columns are taken so there is no problem
if "r" and "c" params are both >=0 and <=3. Just checking the params will fix
it, hope gcc realizes and stop complaining.
Will have to test it tomorrow, to late here :(
Original comment by javierma...@gmail.com
on 12 Jun 2011 at 3:04
Original comment by javierma...@gmail.com
on 12 Jun 2011 at 9:59
The parameter checking has been enough. Reproduced and tested using gcc-4.5.
Original comment by javierma...@gmail.com
on 12 Jun 2011 at 12:33
Original issue reported on code.google.com by
dgo...@gmail.com
on 10 Jun 2011 at 10:39