Re: [PATCH] Loop Overflow Bug Fix
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [PATCH] Loop Overflow Bug Fix
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2017年11月16日 08:02:20 +0200
2017年11月16日 5:15 GMT+02:00 Paige DePol <lual@serfnet.org>:
> Yes, it probably should as the loop with a step size of maxint/2 does run
> the correct number of times... testing shows the loop is running with floats
> and not integers, interesting.
Maybe step size maxint//2 wil work with integers?