Test results for armeabi, tinker, crypto_core/invsntrup761

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_core Test results for armeabi, tinker, crypto_core Test results for crypto_core/invsntrup761
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_core
Primitive: invsntrup761
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
121593084104 0 013685 392 768portablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
237761071896 0 011507 392 760refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
282230071808 0 013462 420 776portableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
361731081576 0 010421 392 768portablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
36778733960 0 08349 384 760portablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
448868861468 0 09988 388 760portablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
841304681104 0 012804 420 768refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
87083180784 0 09659 392 760refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
93209437788 0 09296 384 752refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022
94027933652 0 08075 384 752refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024102820241022

Compiler output


avx3-512.c: In file included from avx3-512.c:4:
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
avx3-512.c: #error "This header is only meant to be used on x86 and x64 architecture"
avx3-512.c:  ^
avx3-512.c: In file included from avx3-512.c:4:
avx3-512.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/immintrin.h:17:
avx3-512.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/x86gprintrin.h:15:
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/hresetintrin.h:42:27: error: invalid input constraint 'a' in asm
avx3-512.c:   __asm__ ("hreset $0" :: "a"(__eax));
avx3-512.c:                           ^
avx3-512.c: In file included from avx3-512.c:4:
avx3-512.c: In file included from /usr/lib/llvm-14/lib/clang/14.0.6/include/immintrin.h:21:
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture"
avx3-512.c: #error "This header is only meant to be used on x86 and x64 architecture"
avx3-512.c:  ^
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/mmintrin.h:54:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
avx3-512.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
avx3-512.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/mmintrin.h:133:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
avx3-512.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
avx3-512.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/mmintrin.h:163:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
avx3-512.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
avx3-512.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
avx3-512.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/mmintrin.h:193:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
avx3-512.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
jumpdivstepsclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


avx3-512.c: avx3-512.c:4:10: fatal error: immintrin.h: No such file or directory
avx3-512.c:     4 | #include <immintrin.h>
avx3-512.c:       |          ^~~~~~~~~~~~~
avx3-512.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
jumpdivstepsgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
jumpdivstepsgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
jumpdivstepsgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
jumpdivstepsgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 697161560 3765100934 1800000000 crypto_core/invsntrup761/portable
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad9c0c58 is on thread 1's stack
 32 bytes below stack pointer

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:265)
   by 0x...: main (try-anything.c:337)
 Address 0xad9c0c58 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:268)
   by 0x...: main (try-anything.c:337)
 Address 0xad9c0c58 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:271)
   by 0x...: main (try-anything.c:337)
 Address 0xad9c0c58 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
portableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 558002132 2983495575 1800000000 crypto_core/invsntrup761/portable
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadb0ac70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xadb0ac60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dc0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xadb0ac48 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08df0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xadb08dd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: Fq_bigfreeze (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xadb08e00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:173)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: Fq_bigfreeze (recip.c:40)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
portablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 640284990 3508192032 1800000000 crypto_core/invsntrup761/portable
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xade43c70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xade43c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41ce8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41cd0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:106)
   by 0x...: main (try-anything.c:345)
 Address 0xade41ce8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xade43c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d18 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: test (try.c:164)
   by 0x...: main (try-anything.c:345)
 Address 0xade41d00 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:128)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:130)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (recip.c:40)

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (recip.c:40)
   by 0x...: Fq_pow (recip.c:43)
   by 0x...: Fq_recip (recip.c:50)
   by 0x...: crypto_core_invsntrup761_portable_constbranchindex (recip.c:172)
   by 0x...: main (try-anything.c:357)
 Address 0xade41d28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
portablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 537695845 2861798916 1800000000 crypto_core/invsntrup761/portable
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadb85c70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xadb85c60 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:346)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
portablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 571304605 3078631150 1800000000 crypto_core/invsntrup761/portable
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadb0dc70 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
portablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 1680914663 8679593094 1800000000 crypto_core/invsntrup761/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad904c68 is on thread 1's stack
 32 bytes below stack pointer

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:265)
   by 0x...: main (try-anything.c:337)
 Address 0xad904c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:268)
   by 0x...: main (try-anything.c:337)
 Address 0xad904c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:271)
   by 0x...: main (try-anything.c:337)
 Address 0xad904c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 1413565856 7314224028 1800000000 crypto_core/invsntrup761/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadeb9c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xadeb9c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xadeb9c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 566885556 3142161318 1800000000 crypto_core/invsntrup761/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadec7c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xadec7c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xadec7c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 1335952219 6978097321 1800000000 crypto_core/invsntrup761/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadce4c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:52)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:53)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:54)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:55)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Address 0xadce4c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:56)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:114)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:115)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:116)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:120)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:121)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:122)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:123)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:124)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:125)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Address 0xadce4c68 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:142)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:346)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
217bfc2266a7655ddf0eb23b9f3f21bf58c71b97c50f764914b61e0b42522601 2909872934 14809203700 1800000000 crypto_core/invsntrup761/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad8c6c80 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)