There is a memory overflow in the check for the iterations (int is not sufficiently large enough).
This bug should be removed by removing the check for the amount of iterations. This is safe to do since the algorithm is proved to terminate (there cannot be any cycles).
<< 00014 | CharlieBugList | 00016 >>