Test results for armeabi, tinker, crypto_scalarmult/curve25519
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_scalarmult
Test results for armeabi, tinker, crypto_scalarmult
Test results for crypto_scalarmult/curve25519
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_scalarmult
Primitive: curve25519
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3944087 | 5648 0 0 | 23225 400 1552 | ref10 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
3953343 | 5592 0 0 | 22441 400 1552 | ref10 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
3980766 | 9020 0 0 | 28530 428 1552 | ref10 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
4155009 | 5228 0 0 | 19749 392 1544 | ref10 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
6937336 | 84736 0 0 | 104346 424 1552 | donna_c64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
9238875 | 10234 0 0 | 26425 400 1544 | ref10 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
40343244 | 5608 0 0 | 23193 404 1568 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
51530329 | 19580 0 0 | 39170 432 1568 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
51698423 | 2704 0 0 | 19553 404 1568 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
56182724 | 2608 0 0 | 18809 404 1560 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
58767152 | 1884 0 0 | 16413 396 1560 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241103 | 20241022 |
Compiler output
smult.c: smult.c:34:1: error: unable to emulate ‘TI’
smult.c: 34 | typedef unsigned uint128_t __attribute__((mode(TI)));
smult.c: | ^~~~~~~
smult.c: smult.c: In function ‘fscalar_product’:
smult.c: smult.c:76:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 76 | a = ((uint128_t) in[1]) * scalar + ((limb) (a >> 51));
smult.c: | ^~
smult.c: smult.c:79:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 79 | a = ((uint128_t) in[2]) * scalar + ((limb) (a >> 51));
smult.c: | ^~
smult.c: smult.c:82:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 82 | a = ((uint128_t) in[3]) * scalar + ((limb) (a >> 51));
smult.c: | ^~
smult.c: smult.c:85:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 85 | a = ((uint128_t) in[4]) * scalar + ((limb) (a >> 51));
smult.c: | ^~
smult.c: smult.c:88:19: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 88 | output[0] += (a >> 51) * 19;
smult.c: | ^~
smult.c: smult.c: In function ‘fmul’:
smult.c: smult.c:132:70: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 132 | r0 = (limb)t[0] & 0x7ffffffffffff; c = (limb)(t[0] >> 51);
smult.c: | ^~
smult.c: smult.c:133:70: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c: 133 | t[1] += c; r1 = (limb)t[1] & 0x7ffffffffffff; c = (limb)(t[1] >> 51);
smult.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
donna_c64 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
donna_c64 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
donna_c64 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
donna_c64 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
scalarmult.S: scalarmult.S:11159:29: error: expected '%<type>' or "<type>"
scalarmult.S: .section .note.GNU-stack,"",@progbits
scalarmult.S: ^
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
neon2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
scalarmult.S: scalarmult.S: Assembler messages:
scalarmult.S: scalarmult.S:11159: Error: junk at end of line, first unrecognized character is `,'
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
neon2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
neon2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
neon2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
neon2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: env: ‘cargo’: No such file or directory
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
rust_crypto | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
rust_crypto | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
rust_crypto | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
rust_crypto | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
rust_crypto | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 623757068 25228372010 1800000000 crypto_scalarmult/curve25519/donna_c64
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadd3dc58 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 0xadd3dc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xadd3dc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xadd3dc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xadd3d8f8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
donna_c64 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 3178585034 112212657438 1800000000 crypto_scalarmult/curve25519/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xade19c58 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 0xade19c58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xade19c58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xade19c58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xade198f8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 3203310501 112093964926 1800000000 crypto_scalarmult/curve25519/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad907c70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:58)
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:59)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xad907c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:119)
by 0x...: main (try-anything.c:345)
Address 0xad907c70 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:165)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:170)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:176)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:198)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:199)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:200)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:218)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:223)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:228)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:229)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:233)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:234)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:238)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:239)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:243)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:244)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:245)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:246)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:247)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad906cd8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:77)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:77)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad907c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:135)
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:137)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 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 0xad907c40 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)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:148)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:149)
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:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xad907c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:167)
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:169)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:171)
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:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:179)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:180)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:181)
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:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:191)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:192)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:194)
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:195)
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:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xad907c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:204)
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:205)
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:207)
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:207)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:208)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:209)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:210)
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:211)
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:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:220)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:221)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:222)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:223)
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:224)
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:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:244)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:245)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:247)
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:248)
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:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xad907c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:257)
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:258)
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:260)
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:260)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:261)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:262)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:263)
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:264)
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:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:273)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:274)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:275)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xad907c40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:276)
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:277)
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:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xad907910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: select (smult.c:124)
by 0x...: mainloop (smult.c:178)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
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...: doit (try.c:119)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 3045184670 127679925124 1800000000 crypto_scalarmult/curve25519/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad958c70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:58)
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:59)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xad958c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:119)
by 0x...: main (try-anything.c:345)
Address 0xad958c70 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:165)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:166)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:170)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: mainloop (smult.c:176)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:198)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:199)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:200)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:201)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:203)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:204)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:206)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:207)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:208)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:209)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:210)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: recip (smult.c:211)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:110)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: square (smult.c:112)
by 0x...: recip (smult.c:213)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:214)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:218)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:219)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:223)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: recip (smult.c:224)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:228)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:229)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:233)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:234)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:238)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:239)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:243)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:244)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:245)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:246)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: square (smult.c:96)
by 0x...: recip (smult.c:247)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad957c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:77)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:77)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:44)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:44)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:45)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:47)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: squeeze (smult.c:47)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: squeeze (smult.c:48)
by 0x...: mult (smult.c:79)
by 0x...: recip (smult.c:248)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:266)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:135)
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:137)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 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 0xad958c48 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)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:148)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:149)
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:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:167)
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:169)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:171)
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:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:179)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:180)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:181)
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:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:191)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:192)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:194)
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:195)
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:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:204)
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:205)
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:207)
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:207)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:208)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:209)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:210)
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:211)
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:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:220)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:221)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:222)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:223)
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:224)
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:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:244)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:245)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:247)
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:248)
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:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:257)
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:258)
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:260)
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:260)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:261)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:262)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:263)
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:264)
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:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:273)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:274)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:275)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xad958c48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:276)
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:277)
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:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sub (smult.c:30)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult121665 (smult.c:91)
by 0x...: mainloop (smult.c:172)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: add (smult.c:21)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:215)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:220)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:225)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:230)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:235)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
Conditional jump or move depends on uninitialised value(s)
at 0x...: recip (smult.c:240)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:265)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: square (smult.c:96)
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 3150388592 129778199535 1800000000 crypto_scalarmult/curve25519/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadb1ec70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 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:59)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xadb1ec60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:160)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:162)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sub (smult.c:31)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: sub (smult.c:35)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:73)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: freeze (smult.c:62)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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:138)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:160)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:162)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:107)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:103)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:167)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:168)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sub (smult.c:31)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: sub (smult.c:35)
by 0x...: mainloop (smult.c:169)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:173)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:75)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:76)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mult (smult.c:73)
by 0x...: mainloop (smult.c:174)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: freeze (smult.c:62)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 0x...: test (try.c:147)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 0x...: test (try.c:148)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
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...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:160)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
by 0x...: mainloop (smult.c:162)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadb1dd40 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: square (smult.c:104)
by 0x...: mainloop (smult.c:164)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:264)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (base.c:7)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:85)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
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...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:100)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:85)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:102)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:165)
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-anything.c:38)
by 0x...: core (try-anything.c:60)
by 0x...: checksum (try-anything.c:202)
by 0x...: test (try.c:165)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:165)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:165)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:165)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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:179)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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:191)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:202)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:202)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:202)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:202)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 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:207)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:220)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:244)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:255)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:255)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:255)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:255)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 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:260)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:265)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:273)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xadb1ec38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
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...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:278)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: freeze (smult.c:64)
by 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:267)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex (smult.c:268)
by 0x...: test (try.c:287)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref_constbranchindex_base (smult.c:17)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:133)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 3185577244 112338894779 1800000000 crypto_scalarmult/curve25519/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xaddf0c70 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xaddf0910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 337963514 12865362640 1800000000 crypto_scalarmult/curve25519/ref10
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xad83fc58 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 0xad83fc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xad83fc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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 0xad83fc58 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xad83f8f8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref10 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 282268499 10106495821 1800000000 crypto_scalarmult/curve25519/ref10
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadd5bc70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:58)
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:59)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xadd5bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:119)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc70 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:135)
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:137)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 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 0xadd5bc40 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)
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:148)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:149)
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:150)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:167)
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:169)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:171)
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:172)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:179)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:180)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:181)
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:182)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:191)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:192)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:194)
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:195)
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:196)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:204)
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:205)
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:207)
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:207)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:208)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:209)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:210)
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:211)
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:212)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:220)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:221)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:222)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:223)
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:224)
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:225)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:244)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:245)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:247)
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:248)
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:249)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Address 0xadd5bac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:257)
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:258)
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:260)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:260)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:261)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:262)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:263)
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:264)
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:265)
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:273)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:274)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:275)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xadd5bc40 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:276)
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:277)
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:278)
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...: doit (try.c:119)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xadd5b910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
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...: doit (try.c:119)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref10 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 284997619 10114003202 1800000000 crypto_scalarmult/curve25519/ref10
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadb8ac70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:58)
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:59)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xadb8ac60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:119)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac70 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:135)
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:137)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 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 0xadb8ac48 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)
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:148)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:149)
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:150)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:167)
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:169)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:171)
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:172)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:179)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:180)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:181)
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:182)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:182)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:191)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:192)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:194)
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:195)
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:196)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:196)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:204)
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:205)
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:207)
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:207)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:208)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:209)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:210)
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:211)
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:212)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:212)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:220)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:221)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:222)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:223)
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:224)
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:225)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:225)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:234)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:244)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:245)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:247)
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:248)
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:249)
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...: ??? (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: test (try.c:249)
by 0x...: main (try-anything.c:345)
Address 0xadb8aac8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:257)
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:258)
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:260)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:260)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:261)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:262)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:263)
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:264)
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:265)
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:273)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:274)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:275)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xadb8ac48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:276)
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:277)
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:278)
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...: doit (try.c:119)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xadb8a910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: doit (try.c:119)
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...: doit (try.c:119)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref10 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 700628245 24913253649 1800000000 crypto_scalarmult/curve25519/ref10
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad855c70 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:58)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 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:59)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:59)
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:60)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:60)
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:61)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:61)
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:62)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
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:63)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
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:64)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
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:65)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
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:66)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
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:67)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
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:68)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
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:69)
by 0x...: main (try-anything.c:339)
Address 0xad855c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:51)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:56)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:56)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:61)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:61)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:66)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:47)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:66)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:39)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:49)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:92)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:132)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:243)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:244)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:21)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:81)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:139)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:86)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:91)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:91)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:47)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:39)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:103)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:92)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:103)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:132)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:103)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:108)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:108)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:47)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:108)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:21)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:113)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:139)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:113)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul121666 (fe_mul121666.c:27)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:118)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul121666 (fe_mul121666.c:30)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:118)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul121666 (fe_mul121666.c:33)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:118)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul121666 (fe_mul121666.c:36)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:118)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:128)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:49)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:133)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:39)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:138)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:92)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:138)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:132)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:138)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:243)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:138)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:244)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:138)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_tobytes.c:29)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (scalarmult.c:46)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
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:137)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:137)
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:138)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: salsa20 (try-anything.c:102)
by 0x...: canary (try-anything.c:148)
by 0x...: double_canary (try-anything.c:155)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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)
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 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...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:51)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:56)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:56)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:61)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:61)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:66)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:47)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:66)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:39)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:49)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:92)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:132)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:243)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:244)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:76)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:21)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:81)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sq.c:139)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:86)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:91)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_add (fe_add.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:91)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Invalid write of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Address 0xad855ab8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:38)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sub (fe_sub.c:47)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:98)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_1 (fe_add.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:39)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:103)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_mul (fe_mul.c:92)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex (montgomery.h:103)
by 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_base (base.c:7)
by 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_scalarmult_curve25519_ref10_constbranchindex_fe_sq (fe_sub.c:16)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:147)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:147)
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:148)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:148)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:85)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
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...: salsa20 (try-anything.c:90)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:100)
by 0x...: canary (try-anything.c:148)
by 0x...: output_prepare (try-anything.c:178)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:85)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:88)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: salsa20 (try-anything.c:102)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:165)
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-anything.c:38)
by 0x...: core (try-anything.c:60)
by 0x...: checksum (try-anything.c:202)
by 0x...: test (try.c:165)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:165)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:165)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:165)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:166)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: bcmp (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
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:169)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:169)
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:170)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:170)
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:179)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:179)
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:180)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:180)
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:191)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:191)
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:193)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:193)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:202)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:202)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:202)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:202)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:203)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 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:207)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:207)
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:208)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:208)
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:209)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:209)
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:220)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:220)
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:221)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:221)
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:222)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:222)
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:244)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:244)
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:246)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:246)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:255)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:255)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:255)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:255)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:256)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 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:260)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:260)
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:261)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:261)
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:262)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:262)
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:273)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:273)
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:274)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:274)
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:275)
by 0x...: main (try-anything.c:345)
Address 0xad855c38 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
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...: double_canary (try-anything.c:157)
by 0x...: test (try.c:275)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:207)
by 0x...: test (try.c:133)
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...: checksum (try-anything.c:208)
by 0x...: test (try.c:133)
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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xad855910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref10 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
6091962f168644e2d32485b6e248fde32708ec2b329a362926c09724237a02a5 307703647 11115919056 1800000000 crypto_scalarmult/curve25519/ref10
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xaddf9c70 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xaddf9910 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref10 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |