Package: mlucas / 14.1-2

Metadata

Package Version Patches format
mlucas 14.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add copyright info of generated files.patch | (download)

COPYING | 134 131 + 3 - 0 !
COPYING.d/COPYING.GPL-3 | 674 674 + 0 - 0 !
2 files changed, 805 insertions(+), 3 deletions(-)

 add copyright info of generated files.
 Add a copy of GPL-3 to COPYING.d/.
0001 Split big test into smaller ones.patch | (download)

scripts/self_test.test | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 split big test into smaller ones to avoid exhausting
 system resources. This fix is inspired by that of
 https://bugs.debian.org/860664.
Bug-Debian: https://bugs.debian.org/860662
0001 fixes undefined behaviour.patch | (download)

src/radix1008_main_carry_loop.h | 21 10 + 11 - 0 !
src/radix1024_main_carry_loop.h | 6 3 + 3 - 0 !
src/radix128_main_carry_loop.h | 10 5 + 5 - 0 !
src/radix224_main_carry_loop.h | 17 8 + 9 - 0 !
src/radix240_main_carry_loop.h | 19 10 + 9 - 0 !
src/radix256_main_carry_loop.h | 10 5 + 5 - 0 !
src/radix32_main_carry_loop.h | 6 3 + 3 - 0 !
src/radix4032_main_carry_loop.h | 21 10 + 11 - 0 !
src/radix56_main_carry_loop.h | 10 5 + 5 - 0 !
src/radix60_main_carry_loop.h | 12 6 + 6 - 0 !
src/radix64_main_carry_loop.h | 6 3 + 3 - 0 !
src/radix960_main_carry_loop.h | 22 14 + 8 - 0 !
12 files changed, 82 insertions(+), 78 deletions(-)

 this fixes undefined behaviour (array out out bound) in
 the fermat test code reported by gcc's
 `-Waggressive-loop-optimizations'.