Test results for armeabi, tinker, crypto_kem/ntruhrss701
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/ntruhrss701
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: ntruhrss701
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3595079 | 18616 0 0 | 34749 444 1560 | compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
8213378 | 6908 0 0 | 24967 460 1552 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
9061130 | 10772 0 0 | 29023 464 1560 | compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
10176006 | 8620 0 0 | 24733 440 1552 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
10219479 | 5148 0 0 | 20525 440 1552 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
12908838 | 5016 0 0 | 20413 444 1560 | compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
15208805 | 3884 0 0 | 17625 432 1544 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
17977416 | 3120 0 0 | 16865 436 1552 | compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
18040368 | 4886 0 0 | 19919 436 1544 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
21126273 | 4552 0 0 | 19583 440 1552 | compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241012 | 20240909 |
Compiler output
neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/arm_neon.h:32:2: error: "NEON support not enabled"
neon_poly_mod.c: #error "NEON support not enabled"
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:167:5: error: unknown type name 'uint16x8_t'; did you mean 'uint16_t'?
neon_poly_mod.c: uint16x8_t last, hex_0xff, hex_0x0f, hex_0x03;
neon_poly_mod.c: ^~~~~~~~~~
neon_poly_mod.c: uint16_t
neon_poly_mod.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
neon_poly_mod.c: typedef __uint16_t uint16_t;
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:169:5: warning: implicit declaration of function 'vdupq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c: poly_vdup_x1(last, r->coeffs[NTRU_N - 1]);
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:33:36: note: expanded from macro 'poly_vdup_x1'
neon_poly_mod.c: #define poly_vdup_x1(c, value) c = vdupq_n_u16(value);
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:171:5: warning: implicit declaration of function 'vshlq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c: poly_vsl_x1(last, last, 1);
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:30:38: note: expanded from macro 'poly_vsl_x1'
neon_poly_mod.c: #define poly_vsl_x1(c, a, value) c = vshlq_n_u16(a, value);
neon_poly_mod.c: ^
neon_poly_mod.c: neon_poly_mod.c:178:17: error: expected ';' after expression
neon_poly_mod.c: uint16x8x4_t r0, r1, r2, r3;
neon_poly_mod.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
neon_poly_rq_mul.c: In file included from rq_mul/neon_poly_rq_mul.c:24,
neon_poly_rq_mul.c: from neon_poly_rq_mul.c:20:
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c: In function ‘half_transpose_8x16’:
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:64:11: warning: implicit declaration of function ‘vtrn1q_u16’; did you mean ‘vtrnq_u16’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c: 64 | y16 = vtrn1q_u16(y0, y1);
neon_poly_rq_mul.c: | ^~~~~~~~~~
neon_poly_rq_mul.c: | vtrnq_u16
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:64:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:65:11: warning: implicit declaration of function ‘vtrn2q_u16’; did you mean ‘vtrnq_u16’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c: 65 | y17 = vtrn2q_u16(y0, y1);
neon_poly_rq_mul.c: | ^~~~~~~~~~
neon_poly_rq_mul.c: | vtrnq_u16
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:65:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:66:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: 66 | y18 = vtrn1q_u16(y2, y3);
neon_poly_rq_mul.c: | ^~~~~~~~~~
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:67:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: 67 | y19 = vtrn2q_u16(y2, y3);
neon_poly_rq_mul.c: | ^~~~~~~~~~
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:68:23: warning: implicit declaration of function ‘vtrn1q_u32’; did you mean ‘vtrnq_u32’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c: 68 | y24 = (uint16x8_t)vtrn1q_u32((uint32x4_t)y16, (uint32x4_t)y17);
neon_poly_rq_mul.c: | ^~~~~~~~~~
neon_poly_rq_mul.c: | vtrnq_u32
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:68:5: error: cannot convert a value of type ‘int’ to vector type ‘__simd128_uint16_t’ which has different size
neon_poly_rq_mul.c: 68 | y24 = (uint16x8_t)vtrn1q_u32((uint32x4_t)y16, (uint32x4_t)y17);
neon_poly_rq_mul.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
owcpa.c: owcpa.c:46:40: warning: argument 3 of type ‘const unsigned char[1400]’ with mismatched bound [-Warray-parameter=]
owcpa.c: 46 | const unsigned char seed[NTRU_SAMPLE_FG_BYTES])
owcpa.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
owcpa.c: In file included from owcpa.c:2:
owcpa.c: owcpa.h:14:40: note: previously declared as ‘const unsigned char[32]’
owcpa.c: 14 | const unsigned char seed[NTRU_SEEDBYTES]);
owcpa.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
owcpa.c: owcpa.c: In function ‘crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhrss701_ref_constbranchindex_sample_fg’ reading 1400 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:56:3: note: in expansion of macro ‘sample_fg’
owcpa.c: 56 | sample_fg(f,g,seed);
owcpa.c: | ^~~~~~~~~
owcpa.c: <command-line>: note: referencing argument 3 of type ‘const unsigned char[1400]’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:56:3: note: in expansion of macro ‘sample_fg’
owcpa.c: 56 | sample_fg(f,g,seed);
owcpa.c: | ^~~~~~~~~
owcpa.c: <command-line>: note: in a call to function ‘crypto_kem_ntruhrss701_ref_constbranchindex_sample_fg’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: sample.h:10:6: note: in expansion of macro ‘sample_fg’
owcpa.c: 10 | void sample_fg(poly *f, poly *g, const unsigned char uniformbytes[NTRU_SAMPLE_FG_BYTES]);
owcpa.c: | ^~~~~~~~~
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhrss701_ref_constbranchindex_sample_fg’ reading 1400 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: ...
pack3.c: pack3.c:3:36: warning: argument 1 of type ‘unsigned char[280]’ with mismatched bound [-Warray-parameter=]
pack3.c: 3 | void poly_S3_tobytes(unsigned char msg[NTRU_OWCPA_MSGBYTES], const poly *a)
pack3.c: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: In file included from pack3.c:1:
pack3.c: poly.h:32:36: note: previously declared as ‘unsigned char[140]’
pack3.c: 32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:19:53: warning: argument 2 of type ‘const unsigned char[280]’ with mismatched bound [-Warray-parameter=]
pack3.c: 19 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_OWCPA_MSGBYTES])
pack3.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: poly.h:33:53: note: previously declared as ‘const unsigned char[140]’
pack3.c: 33 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_PACK_TRINARY_BYTES]);
pack3.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 427946834 10257082915 1800000000 crypto_kem/ntruhrss701/compact
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadcf0c68 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 0xadcf0c68 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 0xadcf0c68 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 0xadcf0c68 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadced718 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadced718 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadceec38 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadceec38 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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
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 |
compact | 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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1019866068 11838151059 1800000000 crypto_kem/ntruhrss701/compact
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 0xadccfc70 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:64)
by 0x...: main (try-anything.c:339)
Address 0xadccfc60 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 0xadccfc60 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 0xadccfc60 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 0xadccfc60 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 0xadccfc60 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 0xadccfc60 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadccfc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xadccfc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xadccfc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xadccfc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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:118)
by 0x...: main (try-anything.c:345)
Address 0xadccfc78 is on thread 1's stack
24 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadccc6f8 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadccc6f8 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadccfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadccfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadccdc48 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadccdc48 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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: poly_Rq_mul (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadccdfa0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_enc (kem.c:326)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadccfc50 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadccfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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...: poly_Rq_mul (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadcce450 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Invalid write of size 4
at 0x...: poly_Rq_mul (kem.c:233)
by 0x...: owcpa_dec (kem.c:345)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadcce450 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadccfc50 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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...: poly_Rq_mul (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadcce450 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Invalid write of size 4
at 0x...: poly_Rq_mul (kem.c:233)
by 0x...: owcpa_dec (kem.c:345)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadcce450 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xadccfc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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...: test (try.c:189)
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:190)
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...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
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:118)
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:118)
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:118)
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:118)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_enc (kem.c:326)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
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:118)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_3_Phi_n (kem.c:43)
by 0x...: poly_S3_mul (kem.c:82)
by 0x...: owcpa_dec (kem.c:340)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_dec (kem.c:344)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_mod_q_Phi_n (kem.c:48)
by 0x...: poly_Sq_mul (kem.c:77)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_check_r (kem.c:293)
by 0x...: owcpa_dec (kem.c:347)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_trinary_Zq_to_Z3 (kem.c:70)
by 0x...: owcpa_dec (kem.c:348)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:276)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:382)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Rq_mul (kem.c:233)
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:118)
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:118)
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:118)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 386712598 8725086228 1800000000 crypto_kem/ntruhrss701/compact
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 0xadf4bc70 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:64)
by 0x...: main (try-anything.c:339)
Address 0xadf4bc60 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 0xadf4bc60 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 0xadf4bc60 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 0xadf4bc60 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 0xadf4bc60 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 0xadf4bc60 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadf4bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xadf4bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xadf4bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xadf4bc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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:118)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc78 is on thread 1's stack
24 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf4b368 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf4b368 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: poly_lift (kem.c:227)
by 0x...: owcpa_keypair (kem.c:313)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:356)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf488c0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_lift (kem.c:227)
by 0x...: owcpa_keypair (kem.c:316)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:356)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf488c0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf49bf8 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf49bf8 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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: poly_Sq_tobytes (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf49f48 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_lift (kem.c:201)
by 0x...: owcpa_enc (kem.c:325)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_lift (kem.c:202)
by 0x...: owcpa_enc (kem.c:325)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_lift (kem.c:202)
by 0x...: owcpa_enc (kem.c:325)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_enc (kem.c:326)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Invalid write of size 4
at 0x...: poly_lift (kem.c:227)
by 0x...: owcpa_enc (kem.c:327)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf49f48 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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...: poly_Sq_tobytes (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf4a3b8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_Sq_tobytes (kem.c:233)
by 0x...: owcpa_dec (kem.c:345)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf4a3b8 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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...: poly_Sq_tobytes (kem.c:233)
by 0x...: poly_Rq_sum_zero_frombytes (kem.c:241)
by 0x...: owcpa_dec (kem.c:334)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadf4a3b8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_Sq_tobytes (kem.c:233)
by 0x...: owcpa_dec (kem.c:345)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadf4a3b8 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 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...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xadf4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
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:189)
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:190)
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...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
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:118)
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:118)
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:118)
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:118)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:242)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_sum_zero_frombytes (kem.c:243)
by 0x...: owcpa_enc (kem.c:323)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: owcpa_enc (kem.c:324)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: owcpa_enc (kem.c:326)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:370)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
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:118)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:32)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
Use of uninitialised value of size 4
at 0x...: poly_Rq_mul (kem.c:33)
by 0x...: poly_Sq_mul (kem.c:76)
by 0x...: owcpa_dec (kem.c:346)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:377)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: poly_Sq_tobytes (kem.c:233)
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:118)
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:118)
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:118)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 643860267 11978289559 1800000000 crypto_kem/ntruhrss701/compact
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 0xada54c80 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:64)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 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:65)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 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 0xada54c70 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 0xada54c70 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 0xada54c70 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 0xada54c70 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xada54c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada51740 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada51740 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada52c60 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada52c60 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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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:168)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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:185)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xada54c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
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:189)
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:190)
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)
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
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: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 |
compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 661807648 13135190962 1800000000 crypto_kem/ntruhrss701/compact
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 0xad9b8c70 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)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9b5740 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9b5740 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9b6c48 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9b6c48 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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
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:347)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_compact_constbranchindex_enc (kem.c:364)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
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: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 |
compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 461390574 11912548237 1800000000 crypto_kem/ntruhrss701/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xade0ec68 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 0xade0ec68 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 0xade0ec68 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 0xade0ec68 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade0e358 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade0e358 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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade0d740 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade0d740 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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 501792699 12254156448 1800000000 crypto_kem/ntruhrss701/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 0xad979c80 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:64)
by 0x...: main (try-anything.c:339)
Address 0xad979c70 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 0xad979c70 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 0xad979c70 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 0xad979c70 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 0xad979c70 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 0xad979c70 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xad979c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xad979c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xad979c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xad979c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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:118)
by 0x...: main (try-anything.c:345)
Address 0xad979c88 is on thread 1's stack
24 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad979378 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad979378 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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: ??? (owcpa.c:47)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9796d0 is on thread 1's stack
32 bytes below stack pointer
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xad979c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad979c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:24)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad978758 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad978758 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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:38)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad978ab8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xad979c60 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xad979c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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...: ??? (kem.c:44)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 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:168)
by 0x...: main (try-anything.c:345)
Address 0xad979c60 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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...: ??? (kem.c:44)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 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:185)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
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:189)
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:190)
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...: ??? (kem.c:44)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 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...: ??? (kem.c:44)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:214)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xad979c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:219)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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:118)
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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)
Invalid write of size 4
at 0x...: ??? (owcpa.c:47)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xad9796f0 is on thread 1's stack
32 bytes below stack pointer
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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:118)
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:118)
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:118)
Invalid write of size 4
at 0x...: ??? (kem.c:24)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xad979c78 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...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: main (try-anything.c:357)
Address 0xad979c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: main (try-anything.c:357)
Address 0xad979c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:297)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:366)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:366)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 500503347 9607809683 1800000000 crypto_kem/ntruhrss701/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 0xadf09c80 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:64)
by 0x...: main (try-anything.c:339)
Address 0xadf09c70 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 0xadf09c70 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 0xadf09c70 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 0xadf09c70 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 0xadf09c70 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 0xadf09c70 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadf09c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xadf09c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xadf09c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xadf09c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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:118)
by 0x...: main (try-anything.c:345)
Address 0xadf09c88 is on thread 1's stack
24 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf09378 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf09378 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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf096d0 is on thread 1's stack
32 bytes below stack pointer
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:24)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 is on thread 1's stack
32 bytes below stack pointer
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf08758 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf08758 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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:38)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf08ab8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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...: ??? (kem.c:44)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 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:168)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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...: ??? (kem.c:44)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 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:185)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xadf09c60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
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:189)
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:190)
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...: ??? (kem.c:44)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 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...: ??? (kem.c:44)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:214)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xadf09c58 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:219)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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:118)
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Address 0xadf096f0 is on thread 1's stack
32 bytes below stack pointer
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (owcpa.c:47)
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:118)
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:118)
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:118)
Invalid write of size 4
at 0x...: ??? (kem.c:24)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadf09c78 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...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: main (try-anything.c:357)
Address 0xadf09c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:24)
Invalid write of size 4
at 0x...: ??? (kem.c:44)
by 0x...: main (try-anything.c:357)
Address 0xadf09c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:297)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:366)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:366)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:44)
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1611397433 21023365433 1800000000 crypto_kem/ntruhrss701/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 0xade9cc80 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:64)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 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:65)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 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 0xade9cc70 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 0xade9cc70 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 0xade9cc70 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 0xade9cc70 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)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
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:71)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
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:72)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
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:73)
by 0x...: main (try-anything.c:339)
Address 0xade9cc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
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...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade9c378 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade9c378 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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: ??? (owcpa.c:47)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade9c6d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade9ab48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:24)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:24)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:24)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:25)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:25)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:31)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_mul (poly.c:25)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:77)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:12)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:14)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:9)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:30)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:29)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:39)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:78)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:81)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:81)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:81)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:12)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:82)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:82)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:9)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:82)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:30)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:82)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Sq_tobytes (packq.c:29)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:90)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:82)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:67)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
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...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: 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)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade9b758 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade9b758 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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
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:153)
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:154)
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:155)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
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:157)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 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)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
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:160)
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_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:121)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xade9b078 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:122)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:122)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:124)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:124)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:124)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:125)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:125)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:125)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:125)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:127)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xade9b078 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:30)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:128)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Use of uninitialised value of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:30)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:128)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_mul (poly.c:30)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_dec (owcpa.c:128)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:49)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
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:173)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
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:174)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
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:176)
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:177)
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_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 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:185)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
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:186)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
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:187)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
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:189)
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:190)
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_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xade9cc60 is on thread 1's stack
24 bytes below stack pointer
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)
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...: ??? (owcpa.c:47)
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...: ??? (owcpa.c:47)
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)
Invalid write of size 4
at 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:44)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Address 0xade9cc80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: 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 |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 563063564 14192248586 1800000000 crypto_kem/ntruhrss701/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 0xadc95c80 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)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc95370 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc95370 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...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc94750 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:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc94750 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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
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:347)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:31)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
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...: crypto_kem_ntruhrss701_ref_constbranchindex_enc (kem.c:29)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
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: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) |