Test results for armeabi, berry0, crypto_hash/lsh512

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_hash Test results for armeabi, berry0, crypto_hash Test results for crypto_hash/lsh512
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: lsh512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
11944158012 0 038618 380 744refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
11944858188 0 040608 384 744refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
12014159156 0 041672 384 752refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
12020758244 0 041168 384 752refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
16725374428 0 046359 356 744refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
17018173412 0 047515 356 744refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
18711067932 0 042995 356 744refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1978301849 164 01146731 72777 11968cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1980132419 164 01149657 72777 11968cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1984862230 164 01147751 72781 11968cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1986682319 164 01150062 72801 11968cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1987242159 164 01152081 72805 11984cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1988922159 164 01151569 72805 11968cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
1990522471 164 01147887 72781 11968cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
19969770820 0 043811 348 744refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
2009493591 164 01152507 72861 11968cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909
26051989700 0 054470 380 744refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100220240909

Compiler output


lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: In file included from ./lsh-impl.h:28:
lsh-impl.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
lsh-impl.c: #error "NEON support not enabled"
lsh-impl.c:  ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:37:10: error: unknown type name 'int64x2_t'; did you mean 'int64_t'?
lsh-impl.c: typedef  int64x2_t lsh_s64x2;
lsh-impl.c:          ^~~~~~~~~
lsh-impl.c:          int64_t
lsh-impl.c: /usr/include/arm-linux-gnueabihf/bits/stdint-intn.h:27:19: note: 'int64_t' declared here
lsh-impl.c: typedef __int64_t int64_t;
lsh-impl.c:                   ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:42:9: error: unknown type name 'uint64x2_t'; did you mean 'uint64_t'?
lsh-impl.c: typedef uint64x2_t lsh_u64x2;
lsh-impl.c:         ^~~~~~~~~~
lsh-impl.c:         uint64_t
lsh-impl.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:27:20: note: 'uint64_t' declared here
lsh-impl.c: typedef __uint64_t uint64_t;
lsh-impl.c:                    ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:47:9: error: unknown type name 'uint64x1_t'; did you mean 'uint64_t'?
lsh-impl.c: typedef uint64x1_t lsh_u64x1;
lsh-impl.c:         ^~~~~~~~~~
lsh-impl.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
neonclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
neonclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
neonclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
neonclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
neonclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


lsh-impl.c: lsh-impl.c:121:22: warning: 'BETA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c:   121 | static const lsh_u32 BETA_ODD = 3;
lsh-impl.c:       |                      ^~~~~~~~
lsh-impl.c: lsh-impl.c:120:22: warning: 'BETA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c:   120 | static const lsh_u32 BETA_EVEN = 59;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:119:22: warning: 'ALPHA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c:   119 | static const lsh_u32 ALPHA_ODD = 7;
lsh-impl.c:       |                      ^~~~~~~~~
lsh-impl.c: lsh-impl.c:118:22: warning: 'ALPHA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c:   118 | static const lsh_u32 ALPHA_EVEN = 23;
lsh-impl.c:       |                      ^~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c:                  from lsh-impl.c:25:
lsh-impl.c: lsh-impl.c: In function 'add':
lsh-impl.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:658:1: error: inlining failed in call to 'always_inline' 'vaddq_u64': target specific option mismatch
lsh-impl.c:   658 | vaddq_u64 (uint64x2_t __a, uint64x2_t __b)
lsh-impl.c:       | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:148:11: note: called from here
lsh-impl.c:   148 |  lhs[3] = vaddq_u64(lhs[3], rhs[3]);
lsh-impl.c:       |           ^~~~~~~~~~~~~~~~~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c:                  from lsh-impl.c:25:
lsh-impl.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:658:1: error: inlining failed in call to 'always_inline' 'vaddq_u64': target specific option mismatch
lsh-impl.c:   658 | vaddq_u64 (uint64x2_t __a, uint64x2_t __b)
lsh-impl.c: ...

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

Namespace violations


lsh-impl.o N 0
lsh-impl.o N 10f
lsh-impl.o N 11a
lsh-impl.o N 123
lsh-impl.o N 12b
lsh-impl.o N 13f
lsh-impl.o N 147
lsh-impl.o N 14f
lsh-impl.o N 157
lsh-impl.o N 167
lsh-impl.o N 172
lsh-impl.o N 17f
lsh-impl.o N 18a
lsh-impl.o N 193
lsh-impl.o N 19c
lsh-impl.o N 1aa
lsh-impl.o N 1b4
lsh-impl.o N 1bc
lsh-impl.o N 1c3
lsh-impl.o N 1cb
lsh-impl.o N 1cf
lsh-impl.o N 1d7
lsh-impl.o N 1df
lsh-impl.o N 1e8
lsh-impl.o N 1fa
lsh-impl.o N 1ff
lsh-impl.o N 204
lsh-impl.o N 20f
lsh-impl.o N 21e
lsh-impl.o N 226
lsh-impl.o N 22e
lsh-impl.o N 232
lsh-impl.o N 23a
lsh-impl.o N 244
lsh-impl.o N 248
lsh-impl.o N 25
lsh-impl.o N 251
lsh-impl.o N 260
lsh-impl.o N 26b
lsh-impl.o N 26e
lsh-impl.o N 278
lsh-impl.o N 289
lsh-impl.o N 293
lsh-impl.o N 298
lsh-impl.o N 2a0
lsh-impl.o N 2a8
lsh-impl.o N 2b5
lsh-impl.o N 2bd
lsh-impl.o N 2c8
lsh-impl.o N 2d3
lsh-impl.o N 2de
lsh-impl.o N 2e9
lsh-impl.o N 2f9
lsh-impl.o N 30
lsh-impl.o N 302
lsh-impl.o N 30b
lsh-impl.o N 30d
lsh-impl.o N 31a
lsh-impl.o N 321
lsh-impl.o N 32d
lsh-impl.o N 33a
lsh-impl.o N 346
lsh-impl.o N 34a
lsh-impl.o N 353
lsh-impl.o N 35d
lsh-impl.o N 36e
lsh-impl.o N 380
lsh-impl.o N 38c
lsh-impl.o N 394
lsh-impl.o N 3a2
lsh-impl.o N 3af
lsh-impl.o N 3bd
lsh-impl.o N 3c2
lsh-impl.o N 3cd
lsh-impl.o N 3d4
lsh-impl.o N 3d9
lsh-impl.o N 3e5
lsh-impl.o N 3f5
lsh-impl.o N 404
lsh-impl.o N 40e
lsh-impl.o N 416
lsh-impl.o N f0
lsh-impl.o N f8
lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o N 0
lsh.o N 10a
lsh.o N 115
lsh.o N 11e
lsh.o N 126
lsh.o N 13a
lsh.o N 142
lsh.o N 14a
lsh.o N 152
lsh.o N 162
lsh.o N 16d
lsh.o N 17a
lsh.o N 185
lsh.o N 18e
lsh.o N 197
lsh.o N 1a5
lsh.o N 1af
lsh.o N 1b7
lsh.o N 1be
lsh.o N 1c6
lsh.o N 1ca
lsh.o N 1d2
lsh.o N 1da
lsh.o N 1e3
lsh.o N 1f5
lsh.o N 1fa
lsh.o N 1ff
lsh.o N 20a
lsh.o N 219
lsh.o N 221
lsh.o N 229
lsh.o N 22d
lsh.o N 235
lsh.o N 23f
lsh.o N 243
lsh.o N 24c
lsh.o N 25
lsh.o N 25b
lsh.o N 266
lsh.o N 269
lsh.o N 273
lsh.o N 284
lsh.o N 28e
lsh.o N 293
lsh.o N 29b
lsh.o N 2a3
lsh.o N 2b
lsh.o N 2b0
lsh.o N 2b8
lsh.o N 2c3
lsh.o N 2ce
lsh.o N 2d9
lsh.o N 2e4
lsh.o N 2f4
lsh.o N 2fd
lsh.o N 306
lsh.o N 308
lsh.o N 315
lsh.o N 31c
lsh.o N 328
lsh.o N 335
lsh.o N 341
lsh.o N 345
lsh.o N 34e
lsh.o N 358
lsh.o N 369
lsh.o N 37b
lsh.o N 387
lsh.o N 38f
lsh.o N 39d
lsh.o N 3aa
lsh.o N 3b8
lsh.o N 3bd
lsh.o N 3c8
lsh.o N 3cf
lsh.o N 3d4
lsh.o N 3e0
lsh.o N 3f0
lsh.o N 3ff
lsh.o N 409
lsh.o N 411
lsh.o N eb
lsh.o N f3
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T
wrapper.o N 0
wrapper.o N 10a
wrapper.o N 118
wrapper.o N 140
wrapper.o N 144
wrapper.o N 148
wrapper.o N 14b
wrapper.o N 151
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ef
wrapper.o N fd

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


lsh-impl.o N 0
lsh-impl.o N 10e
lsh-impl.o N 119
lsh-impl.o N 122
lsh-impl.o N 12a
lsh-impl.o N 13e
lsh-impl.o N 146
lsh-impl.o N 14e
lsh-impl.o N 156
lsh-impl.o N 166
lsh-impl.o N 171
lsh-impl.o N 17e
lsh-impl.o N 189
lsh-impl.o N 192
lsh-impl.o N 19b
lsh-impl.o N 1a9
lsh-impl.o N 1b3
lsh-impl.o N 1bb
lsh-impl.o N 1c2
lsh-impl.o N 1ca
lsh-impl.o N 1ce
lsh-impl.o N 1d6
lsh-impl.o N 1de
lsh-impl.o N 1e7
lsh-impl.o N 1f9
lsh-impl.o N 1fe
lsh-impl.o N 203
lsh-impl.o N 20e
lsh-impl.o N 21d
lsh-impl.o N 225
lsh-impl.o N 22d
lsh-impl.o N 231
lsh-impl.o N 239
lsh-impl.o N 243
lsh-impl.o N 247
lsh-impl.o N 25
lsh-impl.o N 250
lsh-impl.o N 25b
lsh-impl.o N 25e
lsh-impl.o N 268
lsh-impl.o N 277
lsh-impl.o N 281
lsh-impl.o N 286
lsh-impl.o N 297
lsh-impl.o N 29f
lsh-impl.o N 2a7
lsh-impl.o N 2b4
lsh-impl.o N 2bc
lsh-impl.o N 2c7
lsh-impl.o N 2d2
lsh-impl.o N 2dd
lsh-impl.o N 2e8
lsh-impl.o N 2f8
lsh-impl.o N 2ff
lsh-impl.o N 30
lsh-impl.o N 308
lsh-impl.o N 311
lsh-impl.o N 313
lsh-impl.o N 320
lsh-impl.o N 32c
lsh-impl.o N 339
lsh-impl.o N 345
lsh-impl.o N 349
lsh-impl.o N 352
lsh-impl.o N 35c
lsh-impl.o N 36e
lsh-impl.o N 37f
lsh-impl.o N 38b
lsh-impl.o N 393
lsh-impl.o N 3a1
lsh-impl.o N 3ae
lsh-impl.o N 3bc
lsh-impl.o N 3c1
lsh-impl.o N 3cc
lsh-impl.o N 3d3
lsh-impl.o N 3d8
lsh-impl.o N 3e4
lsh-impl.o N 3f4
lsh-impl.o N 403
lsh-impl.o N 40d
lsh-impl.o N 415
lsh-impl.o N ef
lsh-impl.o N f7
lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o N 0
lsh.o N 109
lsh.o N 114
lsh.o N 11d
lsh.o N 125
lsh.o N 139
lsh.o N 141
lsh.o N 149
lsh.o N 151
lsh.o N 161
lsh.o N 16c
lsh.o N 179
lsh.o N 184
lsh.o N 18d
lsh.o N 196
lsh.o N 1a4
lsh.o N 1ae
lsh.o N 1b6
lsh.o N 1bd
lsh.o N 1c5
lsh.o N 1c9
lsh.o N 1d1
lsh.o N 1d9
lsh.o N 1e2
lsh.o N 1f4
lsh.o N 1f9
lsh.o N 1fe
lsh.o N 209
lsh.o N 218
lsh.o N 220
lsh.o N 228
lsh.o N 22c
lsh.o N 234
lsh.o N 23e
lsh.o N 242
lsh.o N 24b
lsh.o N 25
lsh.o N 256
lsh.o N 259
lsh.o N 263
lsh.o N 272
lsh.o N 27c
lsh.o N 281
lsh.o N 292
lsh.o N 29a
lsh.o N 2a2
lsh.o N 2af
lsh.o N 2b
lsh.o N 2b7
lsh.o N 2c2
lsh.o N 2cd
lsh.o N 2d8
lsh.o N 2e3
lsh.o N 2f3
lsh.o N 2fa
lsh.o N 303
lsh.o N 30c
lsh.o N 30e
lsh.o N 31b
lsh.o N 327
lsh.o N 334
lsh.o N 340
lsh.o N 344
lsh.o N 34d
lsh.o N 357
lsh.o N 369
lsh.o N 37a
lsh.o N 386
lsh.o N 38e
lsh.o N 39c
lsh.o N 3a9
lsh.o N 3b7
lsh.o N 3bc
lsh.o N 3c7
lsh.o N 3ce
lsh.o N 3d3
lsh.o N 3df
lsh.o N 3ef
lsh.o N 3fe
lsh.o N 408
lsh.o N 410
lsh.o N ea
lsh.o N f2
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T
wrapper.o N 0
wrapper.o N 109
wrapper.o N 117
wrapper.o N 13f
wrapper.o N 143
wrapper.o N 147
wrapper.o N 14a
wrapper.o N 150
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ee
wrapper.o N fc

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


lsh-impl.o N 0
lsh-impl.o N 10f
lsh-impl.o N 11a
lsh-impl.o N 123
lsh-impl.o N 12b
lsh-impl.o N 13f
lsh-impl.o N 147
lsh-impl.o N 14f
lsh-impl.o N 157
lsh-impl.o N 167
lsh-impl.o N 172
lsh-impl.o N 17f
lsh-impl.o N 18a
lsh-impl.o N 193
lsh-impl.o N 19c
lsh-impl.o N 1aa
lsh-impl.o N 1b4
lsh-impl.o N 1bc
lsh-impl.o N 1c3
lsh-impl.o N 1cb
lsh-impl.o N 1cf
lsh-impl.o N 1d7
lsh-impl.o N 1df
lsh-impl.o N 1e8
lsh-impl.o N 1fa
lsh-impl.o N 1ff
lsh-impl.o N 204
lsh-impl.o N 20f
lsh-impl.o N 21e
lsh-impl.o N 226
lsh-impl.o N 22e
lsh-impl.o N 232
lsh-impl.o N 23a
lsh-impl.o N 244
lsh-impl.o N 248
lsh-impl.o N 25
lsh-impl.o N 251
lsh-impl.o N 260
lsh-impl.o N 26b
lsh-impl.o N 26e
lsh-impl.o N 278
lsh-impl.o N 289
lsh-impl.o N 293
lsh-impl.o N 298
lsh-impl.o N 2a0
lsh-impl.o N 2a8
lsh-impl.o N 2b5
lsh-impl.o N 2bd
lsh-impl.o N 2c8
lsh-impl.o N 2d3
lsh-impl.o N 2de
lsh-impl.o N 2e9
lsh-impl.o N 2f9
lsh-impl.o N 30
lsh-impl.o N 302
lsh-impl.o N 30b
lsh-impl.o N 30d
lsh-impl.o N 31a
lsh-impl.o N 321
lsh-impl.o N 32d
lsh-impl.o N 33a
lsh-impl.o N 346
lsh-impl.o N 34a
lsh-impl.o N 353
lsh-impl.o N 35d
lsh-impl.o N 36f
lsh-impl.o N 380
lsh-impl.o N 38c
lsh-impl.o N 394
lsh-impl.o N 3a2
lsh-impl.o N 3af
lsh-impl.o N 3bd
lsh-impl.o N 3c2
lsh-impl.o N 3cd
lsh-impl.o N 3d4
lsh-impl.o N 3d9
lsh-impl.o N 3e5
lsh-impl.o N 3f5
lsh-impl.o N 404
lsh-impl.o N 40e
lsh-impl.o N 416
lsh-impl.o N f0
lsh-impl.o N f8
lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o N 0
lsh.o N 10a
lsh.o N 115
lsh.o N 11e
lsh.o N 126
lsh.o N 13a
lsh.o N 142
lsh.o N 14a
lsh.o N 152
lsh.o N 162
lsh.o N 16d
lsh.o N 17a
lsh.o N 185
lsh.o N 18e
lsh.o N 197
lsh.o N 1a5
lsh.o N 1af
lsh.o N 1b7
lsh.o N 1be
lsh.o N 1c6
lsh.o N 1ca
lsh.o N 1d2
lsh.o N 1da
lsh.o N 1e3
lsh.o N 1f5
lsh.o N 1fa
lsh.o N 1ff
lsh.o N 20a
lsh.o N 219
lsh.o N 221
lsh.o N 229
lsh.o N 22d
lsh.o N 235
lsh.o N 23f
lsh.o N 243
lsh.o N 24c
lsh.o N 25
lsh.o N 25b
lsh.o N 266
lsh.o N 269
lsh.o N 273
lsh.o N 284
lsh.o N 28e
lsh.o N 293
lsh.o N 29b
lsh.o N 2a3
lsh.o N 2b
lsh.o N 2b0
lsh.o N 2b8
lsh.o N 2c3
lsh.o N 2ce
lsh.o N 2d9
lsh.o N 2e4
lsh.o N 2f4
lsh.o N 2fd
lsh.o N 306
lsh.o N 308
lsh.o N 315
lsh.o N 31c
lsh.o N 328
lsh.o N 335
lsh.o N 341
lsh.o N 345
lsh.o N 34e
lsh.o N 358
lsh.o N 36a
lsh.o N 37b
lsh.o N 387
lsh.o N 38f
lsh.o N 39d
lsh.o N 3aa
lsh.o N 3b8
lsh.o N 3bd
lsh.o N 3c8
lsh.o N 3cf
lsh.o N 3d4
lsh.o N 3e0
lsh.o N 3f0
lsh.o N 3ff
lsh.o N 409
lsh.o N 411
lsh.o N eb
lsh.o N f3
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T
wrapper.o N 0
wrapper.o N 10a
wrapper.o N 118
wrapper.o N 140
wrapper.o N 144
wrapper.o N 148
wrapper.o N 14b
wrapper.o N 151
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ef
wrapper.o N fd

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


lsh-impl.o N 0
lsh-impl.o N 10e
lsh-impl.o N 119
lsh-impl.o N 122
lsh-impl.o N 12a
lsh-impl.o N 13e
lsh-impl.o N 146
lsh-impl.o N 14e
lsh-impl.o N 156
lsh-impl.o N 166
lsh-impl.o N 171
lsh-impl.o N 17e
lsh-impl.o N 189
lsh-impl.o N 192
lsh-impl.o N 19b
lsh-impl.o N 1a9
lsh-impl.o N 1b3
lsh-impl.o N 1bb
lsh-impl.o N 1c2
lsh-impl.o N 1ca
lsh-impl.o N 1ce
lsh-impl.o N 1d6
lsh-impl.o N 1de
lsh-impl.o N 1e7
lsh-impl.o N 1f9
lsh-impl.o N 1fe
lsh-impl.o N 203
lsh-impl.o N 20e
lsh-impl.o N 21d
lsh-impl.o N 225
lsh-impl.o N 22d
lsh-impl.o N 231
lsh-impl.o N 239
lsh-impl.o N 243
lsh-impl.o N 247
lsh-impl.o N 25
lsh-impl.o N 250
lsh-impl.o N 25f
lsh-impl.o N 26a
lsh-impl.o N 26d
lsh-impl.o N 277
lsh-impl.o N 288
lsh-impl.o N 292
lsh-impl.o N 297
lsh-impl.o N 29f
lsh-impl.o N 2a7
lsh-impl.o N 2b4
lsh-impl.o N 2bc
lsh-impl.o N 2c7
lsh-impl.o N 2d2
lsh-impl.o N 2dd
lsh-impl.o N 2e8
lsh-impl.o N 2f8
lsh-impl.o N 30
lsh-impl.o N 301
lsh-impl.o N 30a
lsh-impl.o N 30c
lsh-impl.o N 319
lsh-impl.o N 320
lsh-impl.o N 32c
lsh-impl.o N 339
lsh-impl.o N 345
lsh-impl.o N 349
lsh-impl.o N 352
lsh-impl.o N 35c
lsh-impl.o N 36d
lsh-impl.o N 37f
lsh-impl.o N 38b
lsh-impl.o N 393
lsh-impl.o N 3a1
lsh-impl.o N 3ae
lsh-impl.o N 3bc
lsh-impl.o N 3c1
lsh-impl.o N 3cc
lsh-impl.o N 3d3
lsh-impl.o N 3df
lsh-impl.o N 3e4
lsh-impl.o N 3f4
lsh-impl.o N 403
lsh-impl.o N 40d
lsh-impl.o N 415
lsh-impl.o N ef
lsh-impl.o N f7
lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o N 0
lsh.o N 109
lsh.o N 114
lsh.o N 11d
lsh.o N 125
lsh.o N 139
lsh.o N 141
lsh.o N 149
lsh.o N 151
lsh.o N 161
lsh.o N 16c
lsh.o N 179
lsh.o N 184
lsh.o N 18d
lsh.o N 196
lsh.o N 1a4
lsh.o N 1ae
lsh.o N 1b6
lsh.o N 1bd
lsh.o N 1c5
lsh.o N 1c9
lsh.o N 1d1
lsh.o N 1d9
lsh.o N 1e2
lsh.o N 1f4
lsh.o N 1f9
lsh.o N 1fe
lsh.o N 209
lsh.o N 218
lsh.o N 220
lsh.o N 228
lsh.o N 22c
lsh.o N 234
lsh.o N 23e
lsh.o N 242
lsh.o N 24b
lsh.o N 25
lsh.o N 25a
lsh.o N 265
lsh.o N 268
lsh.o N 272
lsh.o N 283
lsh.o N 28d
lsh.o N 292
lsh.o N 29a
lsh.o N 2a2
lsh.o N 2af
lsh.o N 2b
lsh.o N 2b7
lsh.o N 2c2
lsh.o N 2cd
lsh.o N 2d8
lsh.o N 2e3
lsh.o N 2f3
lsh.o N 2fc
lsh.o N 305
lsh.o N 307
lsh.o N 314
lsh.o N 31b
lsh.o N 327
lsh.o N 334
lsh.o N 340
lsh.o N 344
lsh.o N 34d
lsh.o N 357
lsh.o N 368
lsh.o N 37a
lsh.o N 386
lsh.o N 38e
lsh.o N 39c
lsh.o N 3a9
lsh.o N 3b7
lsh.o N 3bc
lsh.o N 3c7
lsh.o N 3ce
lsh.o N 3da
lsh.o N 3df
lsh.o N 3ef
lsh.o N 3fe
lsh.o N 408
lsh.o N 410
lsh.o N ea
lsh.o N f2
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T
wrapper.o N 0
wrapper.o N 109
wrapper.o N 117
wrapper.o N 13f
wrapper.o N 143
wrapper.o N 147
wrapper.o N 14a
wrapper.o N 150
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ee
wrapper.o N fc

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

Namespace violations


lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 59976912 3921266286 1000000000 crypto_hash/lsh512/cryptopp
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24660-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24660-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24660-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24660-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24660-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24660-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24660-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24660-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(start) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(length) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(offset) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24660-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24660-- WARNING: Serious error when reading debug info
--24660-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24660-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x1085dc.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: unhandled syscall: 403
--24660-- You may be able to write your own handler.
--24660-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24660-- Nevertheless we consider this a bug.  Please report
--24660-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: unhandled syscall: 384
--24660-- You may be able to write your own handler.
--24660-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24660-- Nevertheless we consider this a bug.  Please report
--24660-- it at http://valgrind.org/support/bug_reports.html.
--24660-- WARNING: unhandled syscall: 369
--24660-- You may be able to write your own handler.
--24660-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24660-- Nevertheless we consider this a bug.  Please report
--24660-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24660-- WARNING: unhandled syscall: 369
--24660-- You may be able to write your own handler.
--24660-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24660-- Nevertheless we consider this a bug.  Please report
--24660-- it at http://valgrind.org/support/bug_reports.html.
--24660-- WARNING: unhandled syscall: 369
--24660-- You may be able to write your own handler.
--24660-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24660-- Nevertheless we consider this a bug.  Please report
--24660-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 66147918 4231727786 1000000000 crypto_hash/lsh512/cryptopp
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24040-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24040-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24040-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24040-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24040-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24040-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24040-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24040-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(start) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(length) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(offset) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24040-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24040-- WARNING: Serious error when reading debug info
--24040-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24040-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10859c.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: unhandled syscall: 403
--24040-- You may be able to write your own handler.
--24040-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24040-- Nevertheless we consider this a bug.  Please report
--24040-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: unhandled syscall: 384
--24040-- You may be able to write your own handler.
--24040-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24040-- Nevertheless we consider this a bug.  Please report
--24040-- it at http://valgrind.org/support/bug_reports.html.
--24040-- WARNING: unhandled syscall: 369
--24040-- You may be able to write your own handler.
--24040-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24040-- Nevertheless we consider this a bug.  Please report
--24040-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24040-- WARNING: unhandled syscall: 369
--24040-- You may be able to write your own handler.
--24040-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24040-- Nevertheless we consider this a bug.  Please report
--24040-- it at http://valgrind.org/support/bug_reports.html.
--24040-- WARNING: unhandled syscall: 369
--24040-- You may be able to write your own handler.
--24040-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24040-- Nevertheless we consider this a bug.  Please report
--24040-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 57247913 3473242684 1000000000 crypto_hash/lsh512/cryptopp
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24915-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24915-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24915-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24915-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24915-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24915-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24915-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24915-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(start) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(length) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(offset) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24915-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24915-- WARNING: Serious error when reading debug info
--24915-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24915-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10887c.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: unhandled syscall: 403
--24915-- You may be able to write your own handler.
--24915-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24915-- Nevertheless we consider this a bug.  Please report
--24915-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: unhandled syscall: 384
--24915-- You may be able to write your own handler.
--24915-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24915-- Nevertheless we consider this a bug.  Please report
--24915-- it at http://valgrind.org/support/bug_reports.html.
--24915-- WARNING: unhandled syscall: 369
--24915-- You may be able to write your own handler.
--24915-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24915-- Nevertheless we consider this a bug.  Please report
--24915-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24915-- WARNING: unhandled syscall: 369
--24915-- You may be able to write your own handler.
--24915-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24915-- Nevertheless we consider this a bug.  Please report
--24915-- it at http://valgrind.org/support/bug_reports.html.
--24915-- WARNING: unhandled syscall: 369
--24915-- You may be able to write your own handler.
--24915-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24915-- Nevertheless we consider this a bug.  Please report
--24915-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
   by 0x...: canary(unsigned char*, unsigned long long) (try-anything.cpp:148)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:178)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:179)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:165)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:157)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_uidivmod (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 51030930 3548586200 1000000000 crypto_hash/lsh512/cryptopp
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24293-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24293-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24293-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--24293-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24293-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24293-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24293-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24293-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(start) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(length) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param mmap2(offset) contains uninitialised byte(s)
   at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24293-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24293-- WARNING: Serious error when reading debug info
--24293-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--24293-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x107ffc.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: pthread_once (pthread_once.c:139)
   by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: unhandled syscall: 403
--24293-- You may be able to write your own handler.
--24293-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24293-- Nevertheless we consider this a bug.  Please report
--24293-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: unhandled syscall: 384
--24293-- You may be able to write your own handler.
--24293-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24293-- Nevertheless we consider this a bug.  Please report
--24293-- it at http://valgrind.org/support/bug_reports.html.
--24293-- WARNING: unhandled syscall: 369
--24293-- You may be able to write your own handler.
--24293-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24293-- Nevertheless we consider this a bug.  Please report
--24293-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--24293-- WARNING: unhandled syscall: 369
--24293-- You may be able to write your own handler.
--24293-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24293-- Nevertheless we consider this a bug.  Please report
--24293-- it at http://valgrind.org/support/bug_reports.html.
--24293-- WARNING: unhandled syscall: 369
--24293-- You may be able to write your own handler.
--24293-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24293-- Nevertheless we consider this a bug.  Please report
--24293-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 51744955 3733280714 1000000000 crypto_hash/lsh512/cryptopp
--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23401-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23401-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23401-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23401-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23401-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23401-- WARNING: Serious error when reading debug info
--23401-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23401-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10787c.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23401-- WARNING: unhandled syscall: 403
--23401-- You may be able to write your own handler.
--23401-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23401-- Nevertheless we consider this a bug.  Please report
--23401-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23401-- WARNING: unhandled syscall: 384
--23401-- You may be able to write your own handler.
--23401-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23401-- Nevertheless we consider this a bug.  Please report
--23401-- it at http://valgrind.org/support/bug_reports.html.
--23401-- WARNING: unhandled syscall: 369
--23401-- You may be able to write your own handler.
--23401-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23401-- Nevertheless we consider this a bug.  Please report
--23401-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23401-- WARNING: unhandled syscall: 369
--23401-- You may be able to write your own handler.
--23401-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23401-- Nevertheless we consider this a bug.  Please report
--23401-- it at http://valgrind.org/support/bug_reports.html.
--23401-- WARNING: unhandled syscall: 369
--23401-- You may be able to write your own handler.
--23401-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23401-- Nevertheless we consider this a bug.  Please report
--23401-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
   by 0x...: myrandom() (try-anything.cpp:85)
   by 0x...: test() (try.cpp:85)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (lsh.h:144)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 56161979 3780844552 1000000000 crypto_hash/lsh512/cryptopp
--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22865-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22865-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--22865-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--22865-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22865-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22865-- WARNING: Serious error when reading debug info
--22865-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22865-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x107e9c.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22865-- WARNING: unhandled syscall: 403
--22865-- You may be able to write your own handler.
--22865-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22865-- Nevertheless we consider this a bug.  Please report
--22865-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22865-- WARNING: unhandled syscall: 384
--22865-- You may be able to write your own handler.
--22865-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22865-- Nevertheless we consider this a bug.  Please report
--22865-- it at http://valgrind.org/support/bug_reports.html.
--22865-- WARNING: unhandled syscall: 369
--22865-- You may be able to write your own handler.
--22865-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22865-- Nevertheless we consider this a bug.  Please report
--22865-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22865-- WARNING: unhandled syscall: 369
--22865-- You may be able to write your own handler.
--22865-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22865-- Nevertheless we consider this a bug.  Please report
--22865-- it at http://valgrind.org/support/bug_reports.html.
--22865-- WARNING: unhandled syscall: 369
--22865-- You may be able to write your own handler.
--22865-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22865-- Nevertheless we consider this a bug.  Please report
--22865-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:85)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (lsh.h:144)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 56686939 3878674817 1000000000 crypto_hash/lsh512/cryptopp
--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23783-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23783-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23783-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23783-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23783-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23783-- WARNING: Serious error when reading debug info
--23783-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23783-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x1076fc.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23783-- WARNING: unhandled syscall: 403
--23783-- You may be able to write your own handler.
--23783-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23783-- Nevertheless we consider this a bug.  Please report
--23783-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23783-- WARNING: unhandled syscall: 384
--23783-- You may be able to write your own handler.
--23783-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23783-- Nevertheless we consider this a bug.  Please report
--23783-- it at http://valgrind.org/support/bug_reports.html.
--23783-- WARNING: unhandled syscall: 369
--23783-- You may be able to write your own handler.
--23783-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23783-- Nevertheless we consider this a bug.  Please report
--23783-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23783-- WARNING: unhandled syscall: 369
--23783-- You may be able to write your own handler.
--23783-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23783-- Nevertheless we consider this a bug.  Please report
--23783-- it at http://valgrind.org/support/bug_reports.html.
--23783-- WARNING: unhandled syscall: 369
--23783-- You may be able to write your own handler.
--23783-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23783-- Nevertheless we consider this a bug.  Please report
--23783-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:179)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:165)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (cryptlib.h:1194)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 57168963 3834754509 1000000000 crypto_hash/lsh512/cryptopp
--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--23134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23134-- WARNING: Serious error when reading debug info
--23134-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10727c.
   at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
   by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
   by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23134-- WARNING: unhandled syscall: 403
--23134-- You may be able to write your own handler.
--23134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23134-- Nevertheless we consider this a bug.  Please report
--23134-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23134-- WARNING: unhandled syscall: 384
--23134-- You may be able to write your own handler.
--23134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23134-- Nevertheless we consider this a bug.  Please report
--23134-- it at http://valgrind.org/support/bug_reports.html.
--23134-- WARNING: unhandled syscall: 369
--23134-- You may be able to write your own handler.
--23134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23134-- Nevertheless we consider this a bug.  Please report
--23134-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23134-- WARNING: unhandled syscall: 369
--23134-- You may be able to write your own handler.
--23134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23134-- Nevertheless we consider this a bug.  Please report
--23134-- it at http://valgrind.org/support/bug_reports.html.
--23134-- WARNING: unhandled syscall: 369
--23134-- You may be able to write your own handler.
--23134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23134-- Nevertheless we consider this a bug.  Please report
--23134-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
   by 0x...: myrandom() (try-anything.cpp:85)
   by 0x...: test() (try.cpp:85)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:723)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base_TruncatedFinal_CXX(unsigned long long*, unsigned char*, unsigned int) (lsh512.cpp:609)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: checksum(unsigned char const*, unsigned long long) (try-anything.cpp:204)
   by 0x...: test() (try.cpp:95)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test() (try.cpp:117)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: CryptoPP::LSH512_Base::Update(unsigned char const*, unsigned int) (lsh512.cpp:693)
   by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_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...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 25264955 3446733839 1000000000 crypto_hash/lsh512/ref
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30769-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30769-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30769-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30769-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30769-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30769-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30769-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30769-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30769-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30769-- WARNING: Serious error when reading debug info
--30769-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30769-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: unhandled syscall: 403
--30769-- You may be able to write your own handler.
--30769-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30769-- Nevertheless we consider this a bug.  Please report
--30769-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: unhandled syscall: 384
--30769-- You may be able to write your own handler.
--30769-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30769-- Nevertheless we consider this a bug.  Please report
--30769-- it at http://valgrind.org/support/bug_reports.html.
--30769-- WARNING: unhandled syscall: 369
--30769-- You may be able to write your own handler.
--30769-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30769-- Nevertheless we consider this a bug.  Please report
--30769-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30769-- WARNING: unhandled syscall: 369
--30769-- You may be able to write your own handler.
--30769-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30769-- Nevertheless we consider this a bug.  Please report
--30769-- it at http://valgrind.org/support/bug_reports.html.
--30769-- WARNING: unhandled syscall: 369
--30769-- You may be able to write your own handler.
--30769-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30769-- Nevertheless we consider this a bug.  Please report
--30769-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20 (try-anything.c:90)
   by 0x...: input_prepare (try-anything.c:124)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (lsh-impl.c:673)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 30484947 2931363841 1000000000 crypto_hash/lsh512/ref
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30222-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30222-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30222-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30222-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30222-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30222-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30222-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30222-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30222-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30222-- WARNING: Serious error when reading debug info
--30222-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30222-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: unhandled syscall: 403
--30222-- You may be able to write your own handler.
--30222-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30222-- Nevertheless we consider this a bug.  Please report
--30222-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: unhandled syscall: 384
--30222-- You may be able to write your own handler.
--30222-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30222-- Nevertheless we consider this a bug.  Please report
--30222-- it at http://valgrind.org/support/bug_reports.html.
--30222-- WARNING: unhandled syscall: 369
--30222-- You may be able to write your own handler.
--30222-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30222-- Nevertheless we consider this a bug.  Please report
--30222-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30222-- WARNING: unhandled syscall: 369
--30222-- You may be able to write your own handler.
--30222-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30222-- Nevertheless we consider this a bug.  Please report
--30222-- it at http://valgrind.org/support/bug_reports.html.
--30222-- WARNING: unhandled syscall: 369
--30222-- You may be able to write your own handler.
--30222-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30222-- Nevertheless we consider this a bug.  Please report
--30222-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20 (try-anything.c:90)
   by 0x...: input_prepare (try-anything.c:124)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (lsh-impl.c:673)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 61016891 4040803730 1000000000 crypto_hash/lsh512/ref
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--31157-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--31157-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--31157-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--31157-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--31157-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--31157-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--31157-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--31157-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--31157-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31157-- WARNING: Serious error when reading debug info
--31157-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--31157-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: unhandled syscall: 403
--31157-- You may be able to write your own handler.
--31157-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31157-- Nevertheless we consider this a bug.  Please report
--31157-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: unhandled syscall: 384
--31157-- You may be able to write your own handler.
--31157-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31157-- Nevertheless we consider this a bug.  Please report
--31157-- it at http://valgrind.org/support/bug_reports.html.
--31157-- WARNING: unhandled syscall: 369
--31157-- You may be able to write your own handler.
--31157-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31157-- Nevertheless we consider this a bug.  Please report
--31157-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31157-- WARNING: unhandled syscall: 369
--31157-- You may be able to write your own handler.
--31157-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31157-- Nevertheless we consider this a bug.  Please report
--31157-- it at http://valgrind.org/support/bug_reports.html.
--31157-- WARNING: unhandled syscall: 369
--31157-- You may be able to write your own handler.
--31157-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31157-- Nevertheless we consider this a bug.  Please report
--31157-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: output_prepare (try-anything.c:179)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20 (try-anything.c:90)
   by 0x...: testvector (try-anything.c:124)
   by 0x...: input_prepare (try-anything.c:162)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:165)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (lsh-impl.c:673)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:157)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 25323955 2969783734 1000000000 crypto_hash/lsh512/ref
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--30495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--30495-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--30495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--30495-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--30495-- WARNING: Serious error when reading debug info
--30495-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--30495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: unhandled syscall: 403
--30495-- You may be able to write your own handler.
--30495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30495-- Nevertheless we consider this a bug.  Please report
--30495-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: unhandled syscall: 384
--30495-- You may be able to write your own handler.
--30495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30495-- Nevertheless we consider this a bug.  Please report
--30495-- it at http://valgrind.org/support/bug_reports.html.
--30495-- WARNING: unhandled syscall: 369
--30495-- You may be able to write your own handler.
--30495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30495-- Nevertheless we consider this a bug.  Please report
--30495-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--30495-- WARNING: unhandled syscall: 369
--30495-- You may be able to write your own handler.
--30495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30495-- Nevertheless we consider this a bug.  Please report
--30495-- it at http://valgrind.org/support/bug_reports.html.
--30495-- WARNING: unhandled syscall: 369
--30495-- You may be able to write your own handler.
--30495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--30495-- Nevertheless we consider this a bug.  Please report
--30495-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20 (try-anything.c:90)
   by 0x...: input_prepare (try-anything.c:124)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (lsh-impl.c:673)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 30651944 2834074873 1000000000 crypto_hash/lsh512/ref
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--31431-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--31431-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--31431-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--31431-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--31431-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--31431-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--31431-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--31431-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--31431-- Ignoring non-Dwarf2/3/4 block in .debug_info
--31431-- WARNING: Serious error when reading debug info
--31431-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--31431-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: __libc_sigaction (sigaction.c:51)
   by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise.  There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
   location.  If you are running Memcheck and you just saw a
   warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
   i.e. it's Valgrind's fault.  If you think this is the case or
   you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: unhandled syscall: 403
--31431-- You may be able to write your own handler.
--31431-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31431-- Nevertheless we consider this a bug.  Please report
--31431-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: unhandled syscall: 384
--31431-- You may be able to write your own handler.
--31431-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31431-- Nevertheless we consider this a bug.  Please report
--31431-- it at http://valgrind.org/support/bug_reports.html.
--31431-- WARNING: unhandled syscall: 369
--31431-- You may be able to write your own handler.
--31431-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31431-- Nevertheless we consider this a bug.  Please report
--31431-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--31431-- WARNING: unhandled syscall: 369
--31431-- You may be able to write your own handler.
--31431-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31431-- Nevertheless we consider this a bug.  Please report
--31431-- it at http://valgrind.org/support/bug_reports.html.
--31431-- WARNING: unhandled syscall: 369
--31431-- You may be able to write your own handler.
--31431-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--31431-- Nevertheless we consider this a bug.  Please report
--31431-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20 (try-anything.c:90)
   by 0x...: input_prepare (try-anything.c:124)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:102)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (lsh-impl.c:673)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 44823923 4484566293 1000000000 crypto_hash/lsh512/ref
--29538-- WARNING: Serious error when reading debug info
--29538-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29538-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29538-- WARNING: Serious error when reading debug info
--29538-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29538-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29538-- WARNING: Serious error when reading debug info
--29538-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29538-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29538-- WARNING: Serious error when reading debug info
--29538-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29538-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29538-- WARNING: unhandled syscall: 403
--29538-- You may be able to write your own handler.
--29538-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29538-- Nevertheless we consider this a bug.  Please report
--29538-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29538-- WARNING: unhandled syscall: 384
--29538-- You may be able to write your own handler.
--29538-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29538-- Nevertheless we consider this a bug.  Please report
--29538-- it at http://valgrind.org/support/bug_reports.html.
--29538-- WARNING: unhandled syscall: 369
--29538-- You may be able to write your own handler.
--29538-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29538-- Nevertheless we consider this a bug.  Please report
--29538-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29538-- WARNING: unhandled syscall: 369
--29538-- You may be able to write your own handler.
--29538-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29538-- Nevertheless we consider this a bug.  Please report
--29538-- it at http://valgrind.org/support/bug_reports.html.
--29538-- WARNING: unhandled syscall: 369
--29538-- You may be able to write your own handler.
--29538-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29538-- Nevertheless we consider this a bug.  Please report
--29538-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: output_prepare (try-anything.c:85)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final.part.0 (lsh-impl.c:487)
   by 0x...: lsh512_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 36244941 4079193315 1000000000 crypto_hash/lsh512/ref
--28954-- WARNING: Serious error when reading debug info
--28954-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--28954-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28954-- WARNING: Serious error when reading debug info
--28954-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--28954-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--28954-- WARNING: Serious error when reading debug info
--28954-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--28954-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28954-- WARNING: Serious error when reading debug info
--28954-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--28954-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--28954-- WARNING: unhandled syscall: 403
--28954-- You may be able to write your own handler.
--28954-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28954-- Nevertheless we consider this a bug.  Please report
--28954-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--28954-- WARNING: unhandled syscall: 384
--28954-- You may be able to write your own handler.
--28954-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28954-- Nevertheless we consider this a bug.  Please report
--28954-- it at http://valgrind.org/support/bug_reports.html.
--28954-- WARNING: unhandled syscall: 369
--28954-- You may be able to write your own handler.
--28954-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28954-- Nevertheless we consider this a bug.  Please report
--28954-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--28954-- WARNING: unhandled syscall: 369
--28954-- You may be able to write your own handler.
--28954-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28954-- Nevertheless we consider this a bug.  Please report
--28954-- it at http://valgrind.org/support/bug_reports.html.
--28954-- WARNING: unhandled syscall: 369
--28954-- You may be able to write your own handler.
--28954-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28954-- Nevertheless we consider this a bug.  Please report
--28954-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: input_prepare (try-anything.c:85)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final.part.0 (lsh-impl.c:487)
   by 0x...: lsh512_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 36917936 3600693723 1000000000 crypto_hash/lsh512/ref
--29945-- WARNING: Serious error when reading debug info
--29945-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29945-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29945-- WARNING: Serious error when reading debug info
--29945-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29945-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29945-- WARNING: Serious error when reading debug info
--29945-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29945-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29945-- WARNING: Serious error when reading debug info
--29945-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29945-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29945-- WARNING: unhandled syscall: 403
--29945-- You may be able to write your own handler.
--29945-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29945-- Nevertheless we consider this a bug.  Please report
--29945-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29945-- WARNING: unhandled syscall: 384
--29945-- You may be able to write your own handler.
--29945-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29945-- Nevertheless we consider this a bug.  Please report
--29945-- it at http://valgrind.org/support/bug_reports.html.
--29945-- WARNING: unhandled syscall: 369
--29945-- You may be able to write your own handler.
--29945-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29945-- Nevertheless we consider this a bug.  Please report
--29945-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29945-- WARNING: unhandled syscall: 369
--29945-- You may be able to write your own handler.
--29945-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29945-- Nevertheless we consider this a bug.  Please report
--29945-- it at http://valgrind.org/support/bug_reports.html.
--29945-- WARNING: unhandled syscall: 369
--29945-- You may be able to write your own handler.
--29945-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29945-- Nevertheless we consider this a bug.  Please report
--29945-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:165)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: output_prepare (try-anything.c:179)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: crypto_hash_lsh512_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 39052934 3412554268 1000000000 crypto_hash/lsh512/ref
--29246-- WARNING: Serious error when reading debug info
--29246-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29246-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29246-- WARNING: Serious error when reading debug info
--29246-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--29246-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29246-- WARNING: Serious error when reading debug info
--29246-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29246-- Ignoring non-Dwarf2/3/4 block in .debug_info
--29246-- WARNING: Serious error when reading debug info
--29246-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--29246-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29246-- WARNING: unhandled syscall: 403
--29246-- You may be able to write your own handler.
--29246-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29246-- Nevertheless we consider this a bug.  Please report
--29246-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29246-- WARNING: unhandled syscall: 384
--29246-- You may be able to write your own handler.
--29246-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29246-- Nevertheless we consider this a bug.  Please report
--29246-- it at http://valgrind.org/support/bug_reports.html.
--29246-- WARNING: unhandled syscall: 369
--29246-- You may be able to write your own handler.
--29246-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29246-- Nevertheless we consider this a bug.  Please report
--29246-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: setrlimit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--29246-- WARNING: unhandled syscall: 369
--29246-- You may be able to write your own handler.
--29246-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29246-- Nevertheless we consider this a bug.  Please report
--29246-- it at http://valgrind.org/support/bug_reports.html.
--29246-- WARNING: unhandled syscall: 369
--29246-- You may be able to write your own handler.
--29246-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--29246-- Nevertheless we consider this a bug.  Please report
--29246-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: canary (try-anything.c:85)
   by 0x...: output_prepare (try-anything.c:178)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:615)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_final (lsh-impl.c:487)
   by 0x...: lsh512_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh512/ref/work/try-timecop)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: checksum (try-anything.c:201)
   by 0x...: test (try.c:95)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:117)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: lsh512_update (lsh-impl.c:588)
   by 0x...: lsh512_digest (lsh-impl.c:670)
   by 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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