Test results for armeabi, tinker, crypto_kem/ntruhps2048509

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/ntruhps2048509
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: ntruhps2048509
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
273072818152 0 035549 444 1560T:compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
276232418152 0 045661 444 1560compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
44181657124 0 026447 460 1552T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
44459327124 0 036559 460 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
54400488360 0 025757 440 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
54581165192 0 021845 440 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
54674658360 0 035869 440 1552refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
54869615192 0 031957 440 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
551683211064 0 030591 464 1560T:compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
554259111064 0 040703 464 1560compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
78318004744 0 031517 444 1560compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
79005184744 0 021405 444 1560T:compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
80908153870 0 018881 432 1544T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
81194453870 0 028993 432 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
95813674892 0 021191 436 1544T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
96084514892 0 031303 436 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
109449393200 0 018225 436 1552T:compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
109759223200 0 028337 436 1552compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
123322834760 0 021071 440 1552T:compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
124154804760 0 031183 440 1552compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022

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:157: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:159: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:30: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:161: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:27: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:168: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:
ImplementationCompiler
T:neonclang -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 ‘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:
ImplementationCompiler
T:neongcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:neongcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:neongcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:neongcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


owcpa.c: owcpa.c:69:40: warning: argument 3 of type ‘const unsigned char[2413]’ with mismatched bound [-Warray-parameter=]
owcpa.c:    69 |                    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_ntruhps2048509_ref_constbranchindex_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048509_ref_constbranchindex_sample_fg’ reading 2413 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: referencing argument 3 of type ‘const unsigned char[2413]’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: in a call to function ‘crypto_kem_ntruhps2048509_ref_constbranchindex_sample_fg’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: sample.h:11:6: note: in expansion of macro ‘sample_fg’
owcpa.c:    11 | void sample_fg(poly *f, poly *g, const unsigned char uniformbytes[NTRU_SAMPLE_FG_BYTES]);
owcpa.c:       |      ^~~~~~~~~
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048509_ref_constbranchindex_sample_fg’ reading 2413 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[204]’ 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[102]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:25:53: warning: argument 2 of type ‘const unsigned char[204]’ with mismatched bound [-Warray-parameter=]
pack3.c:    25 | 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[102]’
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:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


owcpa.c: owcpa.c:69:40: warning: argument 3 of type ‘const unsigned char[2413]’ with mismatched bound [-Warray-parameter=]
owcpa.c:    69 |                    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_ntruhps2048509_ref_timingleaks_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048509_ref_timingleaks_sample_fg’ reading 2413 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: referencing argument 3 of type ‘const unsigned char[2413]’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: in a call to function ‘crypto_kem_ntruhps2048509_ref_timingleaks_sample_fg’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: sample.h:11:6: note: in expansion of macro ‘sample_fg’
owcpa.c:    11 | void sample_fg(poly *f, poly *g, const unsigned char uniformbytes[NTRU_SAMPLE_FG_BYTES]);
owcpa.c:       |      ^~~~~~~~~
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048509_ref_timingleaks_sample_fg’ reading 2413 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[204]’ 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[102]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:25:53: warning: argument 2 of type ‘const unsigned char[204]’ with mismatched bound [-Warray-parameter=]
pack3.c:    25 | 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[102]’
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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 250276763 6526676792 1800000000 crypto_kem/ntruhps2048509/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xade14c58 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 0xade14c58 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 0xade14c58 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 0xade14c58 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade11f20 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade11f20 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade12e78 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade12e78 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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:
ImplementationCompiler
compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 574649471 8022078792 1800000000 crypto_kem/ntruhps2048509/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 0xadda2c70 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c60 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 0xadda2c78 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd9ff18 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd9ff18 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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...: ??? (kem.c:245)
   by 0x...: sample_fg (kem.c:259)
   by 0x...: owcpa_keypair (kem.c:309)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda0270 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_S3_inv (kem.c:96)
   by 0x...: owcpa_keypair (kem.c:310)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:191)
   by 0x...: owcpa_keypair (kem.c:311)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:191)
   by 0x...: owcpa_keypair (kem.c:311)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:189)
   by 0x...: owcpa_keypair (kem.c:311)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:196)
   by 0x...: owcpa_keypair (kem.c:311)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:313)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:313)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_keypair (kem.c:316)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_keypair (kem.c:316)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_keypair (kem.c:316)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_keypair (kem.c:318)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_keypair (kem.c:318)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_keypair (kem.c:318)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_keypair (kem.c:319)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_keypair (kem.c:319)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_keypair (kem.c:319)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

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 0xadda2c50 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 0xadda2c50 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 0xadda2c48 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda0e98 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda0e98 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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...: ??? (kem.c:245)
   by 0x...: sample_rm (kem.c:264)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:373)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda11f0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:191)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:374)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:191)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:374)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:189)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:374)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:196)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:374)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:377)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:377)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda11f0 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:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:332)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

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 0xadda2c50 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 0xadda2c50 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 0xadda2c48 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 0xadda2c48 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_Sq_tobytes (kem.c:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1ac8 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: owcpa_dec (kem.c:353)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1ac8 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:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadda2c50 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 0xadda2c48 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 0xadda2c48 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)


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:174)
   by 0x...: main (try-anything.c:345)
 Address 0xadda2c48 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)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadda2c48 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 0xadda2c48 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 0xadda2c48 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)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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...: poly_S3_inv (kem.c:96)
   by 0x...: owcpa_keypair (kem.c:310)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:313)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:313)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

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_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:377)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:377)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:332)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_check_r (kem.c:282)
   by 0x...: owcpa_dec (kem.c:355)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:72)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:
ImplementationCompiler
compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 266163538 6113175510 1800000000 crypto_kem/ntruhps2048509/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 0xadce9c70 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c60 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 0xadce9c78 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadce6d98 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadce6d98 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_S3_frombytes (kem.c:220)
   by 0x...: owcpa_keypair (kem.c:320)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadce70e8 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_S3_frombytes (kem.c:220)
   by 0x...: owcpa_keypair (kem.c:323)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadce70e8 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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadce7e38 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadce7e38 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadce8188 is on thread 1's stack
 40 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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

Invalid write of size 4
   at 0x...: poly_S3_frombytes (kem.c:220)
   by 0x...: owcpa_enc (kem.c:334)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadce8188 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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadce8a40 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: owcpa_dec (kem.c:353)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadce8a40 is on thread 1's stack
 40 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadce9c50 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 0xadce9c50 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 0xadce9c50 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_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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...: poly_Sq_tobytes (kem.c:226)

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

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:
ImplementationCompiler
compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 376248906 7455621118 1800000000 crypto_kem/ntruhps2048509/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 0xad8dfc70 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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 0xad8dfc60 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8dcf38 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8dcf38 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8dfc48 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8ddea0 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8ddea0 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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 0xad8dfc50 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xad8dfc68 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)

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...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)

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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xad8dfc68 is on thread 1's stack
 32 bytes below stack pointer

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...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)

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...: crypto_kem_ntruhps2048509_compact_constbranchindex_keypair (kem.c:369)

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:
ImplementationCompiler
compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 423588517 8250124448 1800000000 crypto_kem/ntruhps2048509/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 0xad93cc70 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad939f38 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad939f38 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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad93ae98 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad93ae98 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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048509_compact_constbranchindex_enc (kem.c:372)
   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:
ImplementationCompiler
compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 247608655 7266460718 1800000000 crypto_kem/ntruhps2048509/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadbf9c68 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 0xadbf9c68 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 0xadbf9c68 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 0xadbf9c68 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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbf8f60 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbf8f60 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbf8690 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbf8690 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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 271833875 7777901102 1800000000 crypto_kem/ntruhps2048509/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 0xadcbec80 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec70 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 0xadcbec88 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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbdf80 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbdf80 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_ntruhps2048509_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:70)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbe2d8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbcec8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048509_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048509_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048509_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...: ??? (packq.c:4)

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbcec8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048509_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Sq_tobytes (packq.c:27)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048509_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...: ??? (packq.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:70)

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:70)

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:70)

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:70)

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 0xadcbec60 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 0xadcbec60 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 0xadcbec58 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 0xadcbec58 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd6a8 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd6a8 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbda08 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_enc (owcpa.c:126)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd1f0 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:149)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbec60 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 0xadcbec60 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 0xadcbec58 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 0xadcbec58 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...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:14)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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 0xadcbec60 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 0xadcbec58 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 0xadcbec58 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 0xadcbec58 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...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:14)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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 0xadcbec58 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 0xadcbec58 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 0xadcbec58 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...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:14)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Address 0xadcbd868 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...: 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...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

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:70)

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:70)

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:70)

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:70)

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 0xadcbec78 is on thread 1's stack
 32 bytes below stack pointer

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)

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...: 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)

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)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 1278524530 13712985934 1800000000 crypto_kem/ntruhps2048509/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 0xadf66c80 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c70 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 0xadf66c88 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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf65f80 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf65f80 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf662d8 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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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 0xadf66c58 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadf656a8 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadf656a8 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadf65a08 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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadf65868 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:43)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadf65868 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:165)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:165)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:165)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:165)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:167)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:167)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:167)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:167)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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 0xadf66c60 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)


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: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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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 0xadf66c60 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:347)
 Uninitialised value was created by a stack allocation
   at 0x...: doit (try.c:118)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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 0xadf66c78 is on thread 1's stack
 32 bytes below stack pointer

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)

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...: 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)

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)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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:24)

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

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 858970892 11697762539 1800000000 crypto_kem/ntruhps2048509/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 0xad8e3c80 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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 0xad8e3c70 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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2f80 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2f80 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e32d8 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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e26a8 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e26a8 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_ntruhps2048509_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 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2878 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2878 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_m (owcpa.c:64)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:162)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_m (owcpa.c:64)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:162)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_r (owcpa.c:40)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_r (owcpa.c:40)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2878 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e2878 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)


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:185)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 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 0xad8e3c60 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 0xad8e3c60 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_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Address 0xad8e3c60 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)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_dec (owcpa.c:70)

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_ntruhps2048509_ref_constbranchindex_enc (kem.c:44)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Address 0xad8e3c80 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:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
eafbb39d0d24bd26d2c5a25ec7cfa4987c1567631809686c604a6774cf4a8dfc 305776568 8608254453 1800000000 crypto_kem/ntruhps2048509/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 0xadbadc80 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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbacf78 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbacf78 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbac6a0 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_ntruhps2048509_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_ntruhps2048509_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbac6a0 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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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_ntruhps2048509_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:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)