Test results for armeabi, tinker, crypto_hash/lsh256

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_hash Test results for armeabi, tinker, crypto_hash Test results for crypto_hash/lsh256
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_hash
Primitive: lsh256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
2829021840 0 021458 412 752refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
3798220728 0 018213 384 752refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
3799220688 0 018929 384 752refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
3881819652 0 017529 384 744refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
3986018018 0 015605 376 744refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
670831298 164 0990910 72613 11968cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
671601836 164 0992810 72613 11968cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
671651852 164 0993440 72609 11968cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022
672041726 164 0992672 72613 11968cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024103120241022

Compiler output


try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
measure.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
measure.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

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

Compiler output


lsh.c: lsh.c:76:31: error: unknown type name 'lsh_s32x4'; did you mean 'lsh_u32'?
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:                               ^~~~~~~~~
lsh.c:                               lsh_u32
lsh.c: ./lsh_def.h:41:18: note: 'lsh_u32' declared here
lsh.c: typedef uint32_t lsh_u32;
lsh.c:                  ^
lsh.c: lsh.c:76:57: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:                                                         ^
lsh.c: lsh.c:76:74: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:                                                                          ^~
lsh.c: lsh.c:77:31: error: unknown type name 'lsh_s32x4'; did you mean 'lsh_u32'?
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c:                               ^~~~~~~~~
lsh.c:                               lsh_u32
lsh.c: ./lsh_def.h:41:18: note: 'lsh_u32' declared here
lsh.c: typedef uint32_t lsh_u32;
lsh.c:                  ^
lsh.c: lsh.c:77:63: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c:                                                               ^~~
lsh.c: lsh.c:77:83: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA_INV[2] ={ {-32, -24, -16, -8}, {-8, -16, -24, -32} };
lsh.c: ...

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

Compiler output


lsh.c: lsh.c:76:31: error: unknown type name ‘lsh_s32x4’
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                               ^~~~~~~~~
lsh.c: lsh.c:76:1: warning: braces around scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       | ^~~~~~
lsh.c: lsh.c:76:1: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:76:57: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                         ^
lsh.c: lsh.c:76:57: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:76:60: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                            ^~
lsh.c: lsh.c:76:60: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:76:64: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       |                                                                ^~
lsh.c: lsh.c:76:64: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:76:1: warning: braces around scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c:       | ^~~~~~
lsh.c: lsh.c:76:1: note: (near initialization for ‘GAMMA[1]’)
lsh.c: lsh.c:76:74: warning: excess elements in scalar initializer
lsh.c:    76 | static const LSH_ALIGNED_(16) lsh_s32x4 GAMMA[2] ={ {0, 8, 16, 24}, {24, 16, 8, 0} };
lsh.c: ...

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

Namespace violations


lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
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)

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 10036611 537028741 1800000000 crypto_hash/lsh256/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xadde7c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadde7c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7ac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7a90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: ??? (lsh.h:44)
   by 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7ac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7a90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7ac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadde7a90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadde7af0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadde7ac0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadde7af0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadde7ac0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 9939969 506261096 1800000000 crypto_hash/lsh256/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xad85bc80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xad85bc70 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85bac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85ba90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: ??? (lsh.h:44)
   by 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85bc58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85bac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85ba90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85bac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad85ba90 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad85baf0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad85bac0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad85baf0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::KeyDerivationFunction::ThrowIfInvalidDerivedKeyLength(unsigned int) const (cryptlib.cpp:417)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad85bac0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: deallocate (secblock.h:647)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: SecureWipeBuffer<unsigned int> (misc.h:1590)
   by 0x...: SecureWipeArray<unsigned int> (misc.h:1705)
   by 0x...: deallocate (secblock.h:654)
   by 0x...: deallocate (secblock.h:643)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 9875781 554759499 1800000000 crypto_hash/lsh256/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xadfbdc80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadfbdc70 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdc50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbda80 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: STDMIN<unsigned int> (misc.h:659)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdc50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

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

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

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

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

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

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdc50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: STDMIN<unsigned int> (misc.h:659)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

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

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdc50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadfbdac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: STDMIN<unsigned int> (misc.h:659)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

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

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadfbdc80 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadfbdaf0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: STDMIN<unsigned int> (misc.h:659)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadfbdc80 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadfbdaf0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: STDMIN<unsigned int> (misc.h:659)
   by 0x...: ~SecBlock (secblock.h:799)
   by 0x...: ~FixedSizeSecBlock (secblock.h:1245)
   by 0x...: ~LSH256_Base (lsh.h:41)
   by 0x...: ~LSH256 (lsh.h:106)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:9)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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

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

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 8939997 552448191 1800000000 crypto_hash/lsh256/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xad93fc80 is on thread 1's stack
 32 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93fac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93faa0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93fac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93faa0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93fac0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad93faa0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

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

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

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

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad93fae8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad93fac8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

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...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

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

Invalid write of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad93fae8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:769)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:790)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad93fac8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:44)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:796)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:809)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh256.cpp:765)
   by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh256.cpp:814)
   by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

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

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 3995513 374640332 1800000000 crypto_hash/lsh256/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadc2dc78 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 0xadc2dc78 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

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

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

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 2832817 477808001 1800000000 crypto_hash/lsh256/ref
Invalid write of size 4
   at 0x...: lsh256_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadf57c80 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:48)
   by 0x...: main (try-anything.c:339)
 Address 0xadf57c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:48)
   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:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadf57c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   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:99)
   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:99)
   by 0x...: main (try-anything.c:345)
 Address 0xadf57c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   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:100)
   by 0x...: main (try-anything.c:345)
 Address 0xadf57c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 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:102)
   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:109)
   by 0x...: main (try-anything.c:345)
 Address 0xadf57c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   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:110)
   by 0x...: main (try-anything.c:345)
 Address 0xadf57c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 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:112)
   by 0x...: main (try-anything.c:345)
 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:87)
   by 0x...: main (try-anything.c:345)
 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:88)
   by 0x...: main (try-anything.c:345)
 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:89)
   by 0x...: main (try-anything.c:345)
 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:90)
   by 0x...: main (try-anything.c:345)
 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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 2857858 449530278 1800000000 crypto_hash/lsh256/ref
Invalid write of size 4
   at 0x...: lsh256_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad853c80 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:48)
   by 0x...: main (try-anything.c:339)
 Address 0xad853c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:48)
   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:49)
   by 0x...: main (try-anything.c:339)
 Address 0xad853c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   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:99)
   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:99)
   by 0x...: main (try-anything.c:345)
 Address 0xad853c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   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:100)
   by 0x...: main (try-anything.c:345)
 Address 0xad853c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 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:102)
   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:109)
   by 0x...: main (try-anything.c:345)
 Address 0xad853c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   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:110)
   by 0x...: main (try-anything.c:345)
 Address 0xad853c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 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:112)
   by 0x...: main (try-anything.c:345)
 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:87)
   by 0x...: main (try-anything.c:345)
 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:88)
   by 0x...: main (try-anything.c:345)
 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:89)
   by 0x...: main (try-anything.c:345)
 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:90)
   by 0x...: main (try-anything.c:345)
 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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 3201398 491366266 1800000000 crypto_hash/lsh256/ref
Invalid write of size 4
   at 0x...: lsh256_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadc32c90 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:48)
   by 0x...: main (try-anything.c:339)
 Address 0xadc32c80 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:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadc32c80 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   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:99)
   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:99)
   by 0x...: main (try-anything.c:345)
 Address 0xadc32c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   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:100)
   by 0x...: main (try-anything.c:345)
 Address 0xadc32c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 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:102)
   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:109)
   by 0x...: main (try-anything.c:345)
 Address 0xadc32c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   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:110)
   by 0x...: main (try-anything.c:345)
 Address 0xadc32c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 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:112)
   by 0x...: main (try-anything.c:345)
 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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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...: lsh256_digest (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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 3427935 408227595 1800000000 crypto_hash/lsh256/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad8f9c80 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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