On 26/06/14 04:29, Paul Richard Thomas wrote:
> Hi Jerry,
>
> The patch looks to be OK for trunk.
>
> Did you check it with the NIST by any chance?
>
Yes, tested fine.
Jerry
Hi Jerry,
The patch looks to be OK for trunk.
Did you check it with the NIST by any chance?
Thanks a lot
Paul
On 26 June 2014 03:58, Jerry DeLisle wrote:
> Hi,
>
> This bug has nothing to do with negative numbers as in the description.
> However, the problem is due to seeking when there are
Hi,
This bug has nothing to do with negative numbers as in the description.
However, the problem is due to seeking when there are no spaces to skip. I
restructured the loop so that the skipping is not done if there are no spaces.
Regression tested on x86-64. New test case from the PR.
OK for t