michel-leonard
michel-leonard
Hello. I guess it happens in some dead path that gcc doesn't know is dead. Investigation is ongoing to correct the reported warning, thank you.
thank you for identifying this problem. I use this command line to reproduce the error: `./qs 1198528981044337307280190876781 -r=111`, but i'm still looking for the solution.
Hi @jay20162016, I've investigated (by asserting at _line 404_ that `i < qs->base.length`) the issue you reported, and it seems to be related to the size of the prime number...
Hi @moritzbeck13, Thank you for bringing this issue to our attention. The number you provided, `32115920099212569105106779097640231161112770207070059646211939683635728962265075652991614878272272454539611555745310747733885970866333511478662533604607053662543710242659089271255121936433439154585717`, is a 663-bit integer. ### Explanation of the Issue The Quadratic Sieve algorithm, while...