Re: Reporting a gmp bug

2022-10-28 Thread Marco Bodrato
Ciao, Il 2022-10-26 13:40 ni...@lysator.liu.se ha scritto: jy l writes: It seems like in `mpz_nextprime` this line ( https://gmplib.org/repo/gmp/file/tip/mpz/nextprime.c#l204), when `n` is very large, it doesn't restrict the value of `odds_in_composite_sieve` which leads to the `alloca`

Re: Reporting a gmp bug

2022-10-26 Thread Niels Möller
jy l writes: > It seems like in `mpz_nextprime` this line ( > https://gmplib.org/repo/gmp/file/tip/mpz/nextprime.c#l204), when `n` is > very large, it doesn't restrict the value of `odds_in_composite_sieve` > which leads to the `alloca` below crash and might cause more buffer > overflow. I