Test results for armeabi, berry0, crypto_kem/ntruhrss701

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_kem Test results for armeabi, berry0, crypto_kem Test results for crypto_kem/ntruhrss701
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: ntruhrss701
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1891268111804 0 027847 460 1552compactclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
1910157810608 0 026879 460 1544compactclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
1918628311948 0 028007 460 1552compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
205382526076 0 019325 436 1536refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
215014747188 0 023043 456 1544refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
215240845952 0 020125 452 1536refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
215273127124 0 022963 456 1544refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
215651097124 0 023199 456 1536refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
224629185532 0 019251 432 1536refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
225516267016 0 022099 440 1536refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
225875255872 0 019303 440 1536refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
234148059272 0 024359 444 1544compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
244475696032 0 020069 452 1536refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
261759556052 0 020389 456 1544compactclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
268218755552 0 018805 440 1544compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
278262466100 0 019535 444 1544compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
305240204756 0 018479 436 1544compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024122820240909
365298055488 0 019529 456 1544compactclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024122820240909

Compiler output


neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
neon_poly_mod.c: #error "NEON support not enabled"
neon_poly_mod.c:  ^
neon_poly_mod.c: neon_poly_mod.c:167:5: error: unknown type name 'uint16x8_t'; did you mean 'uint16_t'?
neon_poly_mod.c:     uint16x8_t last, hex_0xff, hex_0x0f, hex_0x03;
neon_poly_mod.c:     ^~~~~~~~~~
neon_poly_mod.c:     uint16_t
neon_poly_mod.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
neon_poly_mod.c: typedef __uint16_t uint16_t;
neon_poly_mod.c:                    ^
neon_poly_mod.c: neon_poly_mod.c:169:5: warning: implicit declaration of function 'vdupq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c:     poly_vdup_x1(last, r->coeffs[NTRU_N - 1]);
neon_poly_mod.c:     ^
neon_poly_mod.c: neon_poly_mod.c:33:36: note: expanded from macro 'poly_vdup_x1'
neon_poly_mod.c: #define poly_vdup_x1(c, value) c = vdupq_n_u16(value);
neon_poly_mod.c:                                    ^
neon_poly_mod.c: neon_poly_mod.c:171:5: warning: implicit declaration of function 'vshlq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c:     poly_vsl_x1(last, last, 1);
neon_poly_mod.c:     ^
neon_poly_mod.c: neon_poly_mod.c:30:38: note: expanded from macro 'poly_vsl_x1'
neon_poly_mod.c: #define poly_vsl_x1(c, a, value) c = vshlq_n_u16(a, value);
neon_poly_mod.c:                                      ^
neon_poly_mod.c: neon_poly_mod.c:178:17: error: expected ';' after expression
neon_poly_mod.c:     uint16x8x4_t r0, r1, r2, r3;
neon_poly_mod.c: ...

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

Compiler output


neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: neon_poly_mod.c: In function 'crypto_kem_ntruhrss701_neon_timingleaks_poly_mod_3_Phi_n':
neon_poly_mod.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:6758:1: error: inlining failed in call to 'always_inline' 'vdupq_n_u16': target specific option mismatch
neon_poly_mod.c:  6758 | vdupq_n_u16 (uint16_t __a)
neon_poly_mod.c:       | ^~~~~~~~~~~
neon_poly_mod.c: neon_poly_mod.c:33:36: note: called from here
neon_poly_mod.c:    33 | #define poly_vdup_x1(c, value) c = vdupq_n_u16(value);
neon_poly_mod.c:       |                                    ^~~~~~~~~~~~~~~~~~
neon_poly_mod.c: neon_poly_mod.c:175:5: note: in expansion of macro 'poly_vdup_x1'
neon_poly_mod.c:   175 |     poly_vdup_x1(hex_0x03, 0x03);
neon_poly_mod.c:       |     ^~~~~~~~~~~~
neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:6758:1: error: inlining failed in call to 'always_inline' 'vdupq_n_u16': target specific option mismatch
neon_poly_mod.c:  6758 | vdupq_n_u16 (uint16_t __a)
neon_poly_mod.c:       | ^~~~~~~~~~~
neon_poly_mod.c: neon_poly_mod.c:33:36: note: called from here
neon_poly_mod.c:    33 | #define poly_vdup_x1(c, value) c = vdupq_n_u16(value);
neon_poly_mod.c:       |                                    ^~~~~~~~~~~~~~~~~~
neon_poly_mod.c: neon_poly_mod.c:174:5: note: in expansion of macro 'poly_vdup_x1'
neon_poly_mod.c:   174 |     poly_vdup_x1(hex_0x0f, 0x0f);
neon_poly_mod.c:       |     ^~~~~~~~~~~~
neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:6758:1: error: inlining failed in call to 'always_inline' 'vdupq_n_u16': target specific option mismatch
neon_poly_mod.c:  6758 | vdupq_n_u16 (uint16_t __a)
neon_poly_mod.c:       | ^~~~~~~~~~~
neon_poly_mod.c: ...

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

Namespace violations


kem.o N 0
kem.o N 101
kem.o N 110
kem.o N 11b
kem.o N 124
kem.o N 131
kem.o N 13c
kem.o N 145
kem.o N 14f
kem.o N 157
kem.o N 15d
kem.o N 167
kem.o N 16f
kem.o N 173
kem.o N 17e
kem.o N 180
kem.o N 187
kem.o N 19b
kem.o N 1a0
kem.o N 1ad
kem.o N 1af
kem.o N 1bf
kem.o N 1c1
kem.o N 1cb
kem.o N 1cd
kem.o N 1cf
kem.o N 1dd
kem.o N 1e0
kem.o N 1e3
kem.o N 1e8
kem.o N 1eb
kem.o N 1ee
kem.o N 1f1
kem.o N 1f4
kem.o N 1f7
kem.o N 1f9
kem.o N 1fe
kem.o N 202
kem.o N 208
kem.o N 20b
kem.o N 215
kem.o N 21a
kem.o N 21c
kem.o N 228
kem.o N 22a
kem.o N 22c
kem.o N 22e
kem.o N 235
kem.o N 23a
kem.o N 240
kem.o N 245
kem.o N 24a
kem.o N 24c
kem.o N 25
kem.o N 25f
kem.o N 261
kem.o N 271
kem.o N 275
kem.o N 277
kem.o N 279
kem.o N 287
kem.o N 293
kem.o N 295
kem.o N 297
kem.o N 2a3
kem.o N 2af
kem.o N 2b
kem.o N 2b3
kem.o N 2cd
kem.o N 2db
kem.o N 2e5
kem.o N 2ed
kem.o N 2fc
kem.o N 312
kem.o N 315
kem.o N 321
kem.o N 332
kem.o N 342
kem.o N 368
kem.o N 377
kem.o N 38b
kem.o N 39a
kem.o N 3a9
kem.o N 3c0
kem.o N 3dc
kem.o N 3e8
kem.o N 3ff
kem.o N 409
kem.o N 40b
kem.o N 426
kem.o N 430
kem.o N 436
kem.o N 439
kem.o N 466
kem.o N 470
kem.o N 473
kem.o N 47e
kem.o N 488
kem.o N 48e
kem.o N 491
kem.o N 494
kem.o N 499
kem.o N 4ab
kem.o N 4bc
kem.o N 4ca
kem.o N 4cf
kem.o N 4db
kem.o N 4f2
kem.o N 500
kem.o N 516
kem.o N 51b
kem.o N 51f
kem.o N 544
kem.o N 550
kem.o N 559
kem.o N 560
kem.o N 56e
kem.o N 57c
kem.o N 58f
kem.o N 59d
kem.o N 5ab
kem.o N 5c1
kem.o N 5dc
kem.o N 5f5
kem.o N 62d
kem.o N 661
kem.o N 695
kem.o N 69f
kem.o N 6b1
kem.o N 6b9
kem.o N 6bd
kem.o N f3

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

Namespace violations


kem.o N 0
kem.o N 101
kem.o N 110
kem.o N 11b
kem.o N 124
kem.o N 131
kem.o N 13c
kem.o N 145
kem.o N 14f
kem.o N 157
kem.o N 15d
kem.o N 167
kem.o N 16f
kem.o N 173
kem.o N 17e
kem.o N 180
kem.o N 187
kem.o N 19b
kem.o N 1a0
kem.o N 1ad
kem.o N 1af
kem.o N 1bf
kem.o N 1c1
kem.o N 1cb
kem.o N 1cd
kem.o N 1cf
kem.o N 1dd
kem.o N 1e0
kem.o N 1e3
kem.o N 1e8
kem.o N 1eb
kem.o N 1ee
kem.o N 1f1
kem.o N 1f4
kem.o N 1f7
kem.o N 1f9
kem.o N 1fe
kem.o N 202
kem.o N 208
kem.o N 20b
kem.o N 215
kem.o N 21a
kem.o N 21c
kem.o N 228
kem.o N 22a
kem.o N 22c
kem.o N 22e
kem.o N 235
kem.o N 23a
kem.o N 240
kem.o N 245
kem.o N 24a
kem.o N 24c
kem.o N 25
kem.o N 25f
kem.o N 261
kem.o N 271
kem.o N 275
kem.o N 277
kem.o N 279
kem.o N 287
kem.o N 293
kem.o N 295
kem.o N 297
kem.o N 2a3
kem.o N 2af
kem.o N 2b
kem.o N 2b3
kem.o N 2cd
kem.o N 2db
kem.o N 2e5
kem.o N 2ed
kem.o N 2fc
kem.o N 312
kem.o N 315
kem.o N 321
kem.o N 332
kem.o N 342
kem.o N 368
kem.o N 377
kem.o N 38b
kem.o N 39a
kem.o N 3a9
kem.o N 3c0
kem.o N 3dc
kem.o N 3e8
kem.o N 3ff
kem.o N 409
kem.o N 40b
kem.o N 41d
kem.o N 438
kem.o N 442
kem.o N 448
kem.o N 44b
kem.o N 470
kem.o N 47c
kem.o N 485
kem.o N 48c
kem.o N 49a
kem.o N 4a8
kem.o N 4bb
kem.o N 4c9
kem.o N 4d7
kem.o N 4ed
kem.o N 508
kem.o N 521
kem.o N 54e
kem.o N 558
kem.o N 55b
kem.o N 566
kem.o N 570
kem.o N 576
kem.o N 579
kem.o N 57c
kem.o N 581
kem.o N 593
kem.o N 5a4
kem.o N 5b2
kem.o N 5b7
kem.o N 5c3
kem.o N 5da
kem.o N 5e8
kem.o N 5fe
kem.o N 603
kem.o N 607
kem.o N 63f
kem.o N 673
kem.o N 6a7
kem.o N 6b1
kem.o N 6b9
kem.o N 6bd
kem.o N f3

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

Namespace violations


kem.o N 0
kem.o N 100
kem.o N 10f
kem.o N 11a
kem.o N 123
kem.o N 130
kem.o N 13b
kem.o N 144
kem.o N 14e
kem.o N 156
kem.o N 15c
kem.o N 166
kem.o N 16e
kem.o N 172
kem.o N 17e
kem.o N 195
kem.o N 1c2
kem.o N 1fa
kem.o N 208
kem.o N 23c
kem.o N 246
kem.o N 25
kem.o N 256
kem.o N 264
kem.o N 26e
kem.o N 2a2
kem.o N 2ac
kem.o N 2b
kem.o N 2b1
kem.o N 2bb
kem.o N 2c7
kem.o N 2d3
kem.o N 2df
kem.o N 2eb
kem.o N 2fb
kem.o N 30b
kem.o N 316
kem.o N 31b
kem.o N 32e
kem.o N 33a
kem.o N 350
kem.o N 36a
kem.o N 378
kem.o N 382
kem.o N 38a
kem.o N 39b
kem.o N 3b2
kem.o N 3c6
kem.o N 3ec
kem.o N 408
kem.o N 423
kem.o N 42d
kem.o N 43f
kem.o N 455
kem.o N 461
kem.o N 46a
kem.o N 471
kem.o N 484
kem.o N 49d
kem.o N 4c2
kem.o N 4dd
kem.o N 4ee
kem.o N 500
kem.o N 50e
kem.o N 51a
kem.o N 531
kem.o N 53f
kem.o N 555
kem.o N 55a
kem.o N 56e
kem.o N 571
kem.o N 574
kem.o N 577
kem.o N 57e
kem.o N 583
kem.o N 586
kem.o N 589
kem.o N 58c
kem.o N 58f
kem.o N 591
kem.o N 596
kem.o N 59a
kem.o N 5a0
kem.o N 5a3
kem.o N 5ad
kem.o N 5af
kem.o N 5b1
kem.o N 5b3
kem.o N 5b5
kem.o N 5b7
kem.o N 5ba
kem.o N 5c2
kem.o N 5c4
kem.o N 5c6
kem.o N 5d3
kem.o N 5d7
kem.o N 5d9
kem.o N 5db
kem.o N 5de
kem.o N 5e4
kem.o N 5e8
kem.o N 5ed
kem.o N 5f8
kem.o N 602
kem.o N 604
kem.o N 60a
kem.o N 60d
kem.o N 610
kem.o N 612
kem.o N 616
kem.o N 61d
kem.o N 61f
kem.o N 621
kem.o N 626
kem.o N 62c
kem.o N 631
kem.o N 633
kem.o N 638
kem.o N 63c
kem.o N 63e
kem.o N 640
kem.o N 643
kem.o N 652
kem.o N 661
kem.o N 670
kem.o N 67f
kem.o N 682
kem.o N 690
kem.o N 69e
kem.o N 6ac
kem.o N 6ba
kem.o N f2

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

Namespace violations


kem.o N 0
kem.o N 101
kem.o N 110
kem.o N 11b
kem.o N 124
kem.o N 131
kem.o N 13c
kem.o N 145
kem.o N 14f
kem.o N 157
kem.o N 15d
kem.o N 167
kem.o N 16f
kem.o N 173
kem.o N 17d
kem.o N 17f
kem.o N 186
kem.o N 19a
kem.o N 19f
kem.o N 1a1
kem.o N 1ae
kem.o N 1bc
kem.o N 1bf
kem.o N 1c2
kem.o N 1c7
kem.o N 1ca
kem.o N 1cd
kem.o N 1d0
kem.o N 1d3
kem.o N 1d6
kem.o N 1d8
kem.o N 1dd
kem.o N 1e1
kem.o N 1e7
kem.o N 1ea
kem.o N 1f4
kem.o N 1f6
kem.o N 202
kem.o N 204
kem.o N 206
kem.o N 208
kem.o N 20a
kem.o N 211
kem.o N 216
kem.o N 21c
kem.o N 221
kem.o N 226
kem.o N 228
kem.o N 22d
kem.o N 22f
kem.o N 242
kem.o N 244
kem.o N 25
kem.o N 254
kem.o N 258
kem.o N 25a
kem.o N 25c
kem.o N 26a
kem.o N 276
kem.o N 282
kem.o N 286
kem.o N 2a0
kem.o N 2ae
kem.o N 2b
kem.o N 2b8
kem.o N 2c0
kem.o N 2cf
kem.o N 2e5
kem.o N 2e8
kem.o N 2ea
kem.o N 2ec
kem.o N 2f8
kem.o N 309
kem.o N 315
kem.o N 32c
kem.o N 337
kem.o N 341
kem.o N 343
kem.o N 35e
kem.o N 368
kem.o N 36e
kem.o N 371
kem.o N 39e
kem.o N 3a8
kem.o N 3ab
kem.o N 3b6
kem.o N 3c0
kem.o N 3c6
kem.o N 3c9
kem.o N 3cc
kem.o N 3d1
kem.o N 3df
kem.o N 3e4
kem.o N 3f5
kem.o N 401
kem.o N 418
kem.o N 43e
kem.o N 44d
kem.o N 461
kem.o N 470
kem.o N 47f
kem.o N 496
kem.o N 4b2
kem.o N 4c0
kem.o N 4d6
kem.o N 4db
kem.o N 4df
kem.o N 504
kem.o N 510
kem.o N 519
kem.o N 520
kem.o N 52e
kem.o N 53c
kem.o N 54f
kem.o N 55d
kem.o N 56b
kem.o N 581
kem.o N 59c
kem.o N 5b5
kem.o N 5ed
kem.o N 621
kem.o N 655
kem.o N 661
kem.o N 671
kem.o N 681
kem.o N 68b
kem.o N 69d
kem.o N 6af
kem.o N 6b7
kem.o N 6b9
kem.o N 6bd
kem.o N f3

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

Namespace violations


kem.o N 0
kem.o N 100
kem.o N 10f
kem.o N 11a
kem.o N 123
kem.o N 130
kem.o N 13b
kem.o N 144
kem.o N 14e
kem.o N 156
kem.o N 15c
kem.o N 166
kem.o N 16e
kem.o N 172
kem.o N 17d
kem.o N 17f
kem.o N 186
kem.o N 19a
kem.o N 19f
kem.o N 1ac
kem.o N 1ae
kem.o N 1be
kem.o N 1c0
kem.o N 1ca
kem.o N 1cc
kem.o N 1ce
kem.o N 1dc
kem.o N 1df
kem.o N 1e2
kem.o N 1e7
kem.o N 1ea
kem.o N 1ed
kem.o N 1f0
kem.o N 1f3
kem.o N 1f6
kem.o N 1f8
kem.o N 1fd
kem.o N 201
kem.o N 207
kem.o N 20a
kem.o N 214
kem.o N 219
kem.o N 21b
kem.o N 227
kem.o N 229
kem.o N 22b
kem.o N 22d
kem.o N 234
kem.o N 239
kem.o N 23f
kem.o N 244
kem.o N 249
kem.o N 24b
kem.o N 25
kem.o N 25e
kem.o N 260
kem.o N 270
kem.o N 274
kem.o N 276
kem.o N 278
kem.o N 286
kem.o N 292
kem.o N 294
kem.o N 296
kem.o N 2a2
kem.o N 2ae
kem.o N 2b
kem.o N 2b2
kem.o N 2cc
kem.o N 2da
kem.o N 2e4
kem.o N 2ec
kem.o N 2fb
kem.o N 311
kem.o N 314
kem.o N 320
kem.o N 331
kem.o N 341
kem.o N 355
kem.o N 364
kem.o N 373
kem.o N 382
kem.o N 399
kem.o N 3bf
kem.o N 3db
kem.o N 3e7
kem.o N 3fe
kem.o N 408
kem.o N 40a
kem.o N 41c
kem.o N 437
kem.o N 441
kem.o N 447
kem.o N 44a
kem.o N 46f
kem.o N 47b
kem.o N 484
kem.o N 48b
kem.o N 499
kem.o N 4a7
kem.o N 4ba
kem.o N 4c8
kem.o N 4d6
kem.o N 4ec
kem.o N 507
kem.o N 520
kem.o N 54d
kem.o N 557
kem.o N 55a
kem.o N 565
kem.o N 56f
kem.o N 575
kem.o N 578
kem.o N 57b
kem.o N 580
kem.o N 592
kem.o N 5a3
kem.o N 5b1
kem.o N 5b6
kem.o N 5c2
kem.o N 5d9
kem.o N 5e7
kem.o N 5fd
kem.o N 602
kem.o N 606
kem.o N 63e
kem.o N 672
kem.o N 6a6
kem.o N 6b0
kem.o N 6b8
kem.o N 6bc
kem.o N f2

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

Namespace violations


cmov.o N 0
cmov.o N 121
cmov.o N 123
cmov.o N 131
cmov.o N 133
cmov.o N 137
cmov.o N 144
cmov.o N 14b
cmov.o N 14d
cmov.o N 25
cmov.o N 2c
cmov.o N f0
kem.o N 0
kem.o N 109
kem.o N 120
kem.o N 15a
kem.o N 190
kem.o N 197
kem.o N 1a6
kem.o N 1b1
kem.o N 1ba
kem.o N 1ce
kem.o N 20a
kem.o N 237
kem.o N 23b
kem.o N 25
kem.o N 275
kem.o N 2ab
kem.o N 2b
kem.o N 2e1
kem.o N 312
kem.o N 31f
kem.o N 353
kem.o N 383
kem.o N 3b3
kem.o N 3b8
kem.o N 3bb
kem.o N 3be
kem.o N 3c0
kem.o N 3c5
kem.o N 3c7
kem.o N 3ca
kem.o N 3d2
kem.o N 3d4
kem.o N 3d6
kem.o N 3da
kem.o N 3df
kem.o N ef
kem.o N fd
owcpa.o N 0
owcpa.o N 12b
owcpa.o N 132
owcpa.o N 141
owcpa.o N 14c
owcpa.o N 155
owcpa.o N 169
owcpa.o N 177
owcpa.o N 1af
owcpa.o N 1eb
owcpa.o N 225
owcpa.o N 25
owcpa.o N 25d
owcpa.o N 295
owcpa.o N 2cd
owcpa.o N 2d
owcpa.o N 309
owcpa.o N 34e
owcpa.o N 395
owcpa.o N 3cb
owcpa.o N 3f1
owcpa.o N 3ff
owcpa.o N 409
owcpa.o N 411
owcpa.o N 420
owcpa.o N 42f
owcpa.o N 443
owcpa.o N 452
owcpa.o N 461
owcpa.o N 478
owcpa.o N 48f
owcpa.o N 49a
owcpa.o N 49c
owcpa.o N 4b8
owcpa.o N 4d2
owcpa.o N 4e0
owcpa.o N 4e2
owcpa.o N 4e7
owcpa.o N 4e9
owcpa.o N 4f6
owcpa.o N 501
owcpa.o N 50a
owcpa.o N 50c
owcpa.o N 54a
owcpa.o N 584
owcpa.o N 5bc
owcpa.o N 5fa
owcpa.o N 63c
owcpa.o N 676
owcpa.o N 6ac
owcpa.o N 6e2
owcpa.o N 6e5
owcpa.o N 6e8
owcpa.o N 6eb
owcpa.o N 6ee
owcpa.o N 6f1
owcpa.o N 6f6
owcpa.o N 6f9
owcpa.o N 6fc
owcpa.o N 6fe
owcpa.o N 703
owcpa.o N 707
owcpa.o N 70d
owcpa.o N 710
owcpa.o N 71a
owcpa.o N 71c
owcpa.o N 71e
owcpa.o N 720
owcpa.o N 723
owcpa.o N 729
owcpa.o N 72c
owcpa.o N 736
owcpa.o N 738
owcpa.o N 73e
owcpa.o N 741
owcpa.o N 744
owcpa.o N f1
owcpa.o N f5
pack3.o N 0
pack3.o N 12e
pack3.o N 135
pack3.o N 144
pack3.o N 14f
pack3.o N 158
pack3.o N 16c
pack3.o N 1a8
pack3.o N 1e6
pack3.o N 1ea
pack3.o N 1f8
pack3.o N 1fa
pack3.o N 1ff
pack3.o N 201
pack3.o N 205
pack3.o N 207
pack3.o N 25
pack3.o N 2d
pack3.o N f1
packq.o N 0
packq.o N 10e
packq.o N 119
packq.o N 122
packq.o N 15e
packq.o N 19c
packq.o N 1e1
packq.o N 228
packq.o N 22a
packq.o N 23e
packq.o N 240
packq.o N 242
packq.o N 249
packq.o N 24e
packq.o N 25
packq.o N 250
packq.o N 254
packq.o N 2d
packq.o N f1
packq.o N ff
poly.o N 0
poly.o N 128
poly.o N 12f
poly.o N 13e
poly.o N 149
poly.o N 152
poly.o N 166
poly.o N 1a3
poly.o N 1e0
poly.o N 1f6
poly.o N 1f8
poly.o N 1fd
poly.o N 200
poly.o N 202
poly.o N 204
poly.o N 206
poly.o N 208
poly.o N 20a
poly.o N 20e
poly.o N 246
poly.o N 25
poly.o N 280
poly.o N 2c
poly.o N 2c2
poly.o N 2fa
poly.o N 332
poly.o N 36a
poly.o N f0
poly_lift.o N 0
poly_lift.o N 132
poly_lift.o N 139
poly_lift.o N 148
poly_lift.o N 153
poly_lift.o N 15c
poly_lift.o N 170
poly_lift.o N 1aa
poly_lift.o N 1e0
poly_lift.o N 1e2
poly_lift.o N 1e7
poly_lift.o N 1e9
poly_lift.o N 1eb
poly_lift.o N 1ed
poly_lift.o N 1ef
poly_lift.o N 1f3
poly_lift.o N 25
poly_lift.o N 31
poly_lift.o N f5
poly_mod.o N 0
poly_mod.o N 108
poly_mod.o N 113
poly_mod.o N 11c
poly_mod.o N 11e
poly_mod.o N 120
poly_mod.o N 122
poly_mod.o N 128
poly_mod.o N 132
poly_mod.o N 13a
poly_mod.o N 13c
poly_mod.o N 179
poly_mod.o N 180
poly_mod.o N 194
poly_mod.o N 199
poly_mod.o N 19b
poly_mod.o N 19f
poly_mod.o N 1dc
poly_mod.o N 216
poly_mod.o N 25
poly_mod.o N 30
poly_mod.o N f4
poly_mod.o N f9
poly_r2_inv.o N 0
poly_r2_inv.o N 107
poly_r2_inv.o N 10f
poly_r2_inv.o N 129
poly_r2_inv.o N 137
poly_r2_inv.o N 141
poly_r2_inv.o N 149
poly_r2_inv.o N 158
poly_r2_inv.o N 16b
poly_r2_inv.o N 16d
poly_r2_inv.o N 16f
poly_r2_inv.o N 1a7
poly_r2_inv.o N 1a9
poly_r2_inv.o N 1b0
poly_r2_inv.o N 1bf
poly_r2_inv.o N 1ca
poly_r2_inv.o N 1d3
poly_r2_inv.o N 1e7
poly_r2_inv.o N 1ec
poly_r2_inv.o N 1ee
poly_r2_inv.o N 1f0
poly_r2_inv.o N 1f2
poly_r2_inv.o N 1f4
poly_r2_inv.o N 1f6
poly_r2_inv.o N 1f8
poly_r2_inv.o N 205
poly_r2_inv.o N 20c
poly_r2_inv.o N 211
poly_r2_inv.o N 217
poly_r2_inv.o N 21c
poly_r2_inv.o N 21e
poly_r2_inv.o N 25
poly_r2_inv.o N 33
poly_r2_inv.o N f7
poly_r2_inv.o N fd
poly_rq_mul.o N 0
poly_rq_mul.o N 12f
poly_rq_mul.o N 131
poly_rq_mul.o N 138
poly_rq_mul.o N 147
poly_rq_mul.o N 152
poly_rq_mul.o N 15b
poly_rq_mul.o N 16f
poly_rq_mul.o N 174
poly_rq_mul.o N 176
poly_rq_mul.o N 178
poly_rq_mul.o N 17a
poly_rq_mul.o N 17e
poly_rq_mul.o N 25
poly_rq_mul.o N 33
poly_rq_mul.o N f7
poly_s3_inv.o N 0
poly_s3_inv.o N 105
poly_s3_inv.o N 10f
poly_s3_inv.o N 117
poly_s3_inv.o N 11d
poly_s3_inv.o N 127
poly_s3_inv.o N 12f
poly_s3_inv.o N 134
poly_s3_inv.o N 136
poly_s3_inv.o N 138
poly_s3_inv.o N 13a
poly_s3_inv.o N 14d
poly_s3_inv.o N 14f
poly_s3_inv.o N 151
poly_s3_inv.o N 189
poly_s3_inv.o N 18b
poly_s3_inv.o N 192
poly_s3_inv.o N 1a1
poly_s3_inv.o N 1ac
poly_s3_inv.o N 1b5
poly_s3_inv.o N 1c9
poly_s3_inv.o N 1ce
poly_s3_inv.o N 1d0
poly_s3_inv.o N 1d2
poly_s3_inv.o N 1d4
poly_s3_inv.o N 1d6
poly_s3_inv.o N 1e3
poly_s3_inv.o N 1ea
poly_s3_inv.o N 1ec
poly_s3_inv.o N 1f1
poly_s3_inv.o N 1f7
poly_s3_inv.o N 1fc
poly_s3_inv.o N 25
poly_s3_inv.o N 33
poly_s3_inv.o N f7
sample.o N 0
sample.o N 101
sample.o N 10c
sample.o N 115
sample.o N 122
sample.o N 12d
sample.o N 136
sample.o N 172
sample.o N 174
sample.o N 17b
sample.o N 18f
sample.o N 194
sample.o N 1a1
sample.o N 1af
sample.o N 1b1
sample.o N 1b3
sample.o N 1b7
sample.o N 1ee
sample.o N 224
sample.o N 25
sample.o N 25a
sample.o N 25c
sample.o N 25e
sample.o N 2e
sample.o N f2
sample_iid.o N 0
sample_iid.o N 10a
sample_iid.o N 115
sample_iid.o N 11e
sample_iid.o N 120
sample_iid.o N 122
sample_iid.o N 124
sample_iid.o N 12a
sample_iid.o N 134
sample_iid.o N 13c
sample_iid.o N 13e
sample_iid.o N 175
sample_iid.o N 17c
sample_iid.o N 190
sample_iid.o N 195
sample_iid.o N 1a2
sample_iid.o N 1b0
sample_iid.o N 1b2
sample_iid.o N 25
sample_iid.o N 32
sample_iid.o N f6
sample_iid.o N fb

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


cmov.o N 0
cmov.o N 120
cmov.o N 122
cmov.o N 130
cmov.o N 132
cmov.o N 136
cmov.o N 143
cmov.o N 14a
cmov.o N 14c
cmov.o N 25
cmov.o N 2c
cmov.o N ef
kem.o N 0
kem.o N 108
kem.o N 11f
kem.o N 159
kem.o N 18f
kem.o N 196
kem.o N 1a5
kem.o N 1b0
kem.o N 1b9
kem.o N 1cd
kem.o N 209
kem.o N 236
kem.o N 23a
kem.o N 25
kem.o N 274
kem.o N 2aa
kem.o N 2b
kem.o N 2e0
kem.o N 311
kem.o N 31e
kem.o N 352
kem.o N 382
kem.o N 3b2
kem.o N 3b7
kem.o N 3ba
kem.o N 3bd
kem.o N 3bf
kem.o N 3c4
kem.o N 3c6
kem.o N 3c9
kem.o N 3d1
kem.o N 3d3
kem.o N 3d5
kem.o N 3d9
kem.o N 3de
kem.o N ee
kem.o N fc
owcpa.o N 0
owcpa.o N 12a
owcpa.o N 131
owcpa.o N 140
owcpa.o N 14b
owcpa.o N 154
owcpa.o N 168
owcpa.o N 176
owcpa.o N 1ae
owcpa.o N 1ea
owcpa.o N 224
owcpa.o N 25
owcpa.o N 25c
owcpa.o N 294
owcpa.o N 2cc
owcpa.o N 2d
owcpa.o N 308
owcpa.o N 34d
owcpa.o N 394
owcpa.o N 3ca
owcpa.o N 408
owcpa.o N 442
owcpa.o N 47a
owcpa.o N 4b8
owcpa.o N 4fa
owcpa.o N 534
owcpa.o N 56a
owcpa.o N 5a0
owcpa.o N 5b7
owcpa.o N 5c5
owcpa.o N 5dc
owcpa.o N 5ea
owcpa.o N 5f4
owcpa.o N 5fc
owcpa.o N 610
owcpa.o N 62a
owcpa.o N 650
owcpa.o N 66c
owcpa.o N 66f
owcpa.o N 674
owcpa.o N 677
owcpa.o N 67a
owcpa.o N 67d
owcpa.o N 680
owcpa.o N 685
owcpa.o N 688
owcpa.o N 68b
owcpa.o N 68d
owcpa.o N 692
owcpa.o N 696
owcpa.o N 69c
owcpa.o N 69f
owcpa.o N 6a9
owcpa.o N 6ab
owcpa.o N 6ad
owcpa.o N 6af
owcpa.o N 6b1
owcpa.o N 6b3
owcpa.o N 6b5
owcpa.o N 6b8
owcpa.o N 6be
owcpa.o N 6c1
owcpa.o N 6cc
owcpa.o N 6d6
owcpa.o N 6d8
owcpa.o N 6de
owcpa.o N 6e1
owcpa.o N 6e4
owcpa.o N 6e9
owcpa.o N 6eb
owcpa.o N 6f8
owcpa.o N 703
owcpa.o N 70c
owcpa.o N 71b
owcpa.o N 72a
owcpa.o N 739
owcpa.o N f0
owcpa.o N f4
pack3.o N 0
pack3.o N 12d
pack3.o N 134
pack3.o N 143
pack3.o N 14e
pack3.o N 157
pack3.o N 16b
pack3.o N 1a7
pack3.o N 1e5
pack3.o N 1e9
pack3.o N 1f7
pack3.o N 1f9
pack3.o N 1fe
pack3.o N 200
pack3.o N 204
pack3.o N 206
pack3.o N 25
pack3.o N 2d
pack3.o N f0
packq.o N 0
packq.o N 10d
packq.o N 118
packq.o N 121
packq.o N 15d
packq.o N 19b
packq.o N 1e0
packq.o N 227
packq.o N 229
packq.o N 23d
packq.o N 23f
packq.o N 241
packq.o N 248
packq.o N 24d
packq.o N 24f
packq.o N 25
packq.o N 253
packq.o N 2d
packq.o N f0
packq.o N fe
poly.o N 0
poly.o N 127
poly.o N 12e
poly.o N 13d
poly.o N 148
poly.o N 151
poly.o N 165
poly.o N 1a2
poly.o N 1df
poly.o N 217
poly.o N 25
poly.o N 251
poly.o N 293
poly.o N 2c
poly.o N 2cb
poly.o N 303
poly.o N 33b
poly.o N 351
poly.o N 353
poly.o N 358
poly.o N 35a
poly.o N 35e
poly.o N 360
poly.o N 362
poly.o N 366
poly.o N 368
poly.o N 36a
poly.o N ef
poly_lift.o N 0
poly_lift.o N 131
poly_lift.o N 138
poly_lift.o N 147
poly_lift.o N 152
poly_lift.o N 15b
poly_lift.o N 16f
poly_lift.o N 1a9
poly_lift.o N 1df
poly_lift.o N 1e1
poly_lift.o N 1e6
poly_lift.o N 1e8
poly_lift.o N 1ea
poly_lift.o N 1ec
poly_lift.o N 1ee
poly_lift.o N 1f2
poly_lift.o N 25
poly_lift.o N 31
poly_lift.o N f4
poly_mod.o N 0
poly_mod.o N 130
poly_mod.o N 135
poly_mod.o N 144
poly_mod.o N 14f
poly_mod.o N 158
poly_mod.o N 195
poly_mod.o N 1cf
poly_mod.o N 1d1
poly_mod.o N 1d8
poly_mod.o N 1ec
poly_mod.o N 1f1
poly_mod.o N 1f3
poly_mod.o N 1f7
poly_mod.o N 1f9
poly_mod.o N 1fb
poly_mod.o N 201
poly_mod.o N 20b
poly_mod.o N 213
poly_mod.o N 215
poly_mod.o N 25
poly_mod.o N 30
poly_mod.o N f3
poly_r2_inv.o N 0
poly_r2_inv.o N 106
poly_r2_inv.o N 10e
poly_r2_inv.o N 146
poly_r2_inv.o N 160
poly_r2_inv.o N 16e
poly_r2_inv.o N 178
poly_r2_inv.o N 180
poly_r2_inv.o N 193
poly_r2_inv.o N 195
poly_r2_inv.o N 19c
poly_r2_inv.o N 1ab
poly_r2_inv.o N 1b6
poly_r2_inv.o N 1bf
poly_r2_inv.o N 1d3
poly_r2_inv.o N 1d8
poly_r2_inv.o N 1da
poly_r2_inv.o N 1dc
poly_r2_inv.o N 1de
poly_r2_inv.o N 1e0
poly_r2_inv.o N 1e2
poly_r2_inv.o N 1e4
poly_r2_inv.o N 1f1
poly_r2_inv.o N 1f8
poly_r2_inv.o N 1fd
poly_r2_inv.o N 203
poly_r2_inv.o N 208
poly_r2_inv.o N 20a
poly_r2_inv.o N 20f
poly_r2_inv.o N 21e
poly_r2_inv.o N 220
poly_r2_inv.o N 25
poly_r2_inv.o N 33
poly_r2_inv.o N f6
poly_r2_inv.o N fc
poly_rq_mul.o N 0
poly_rq_mul.o N 12e
poly_rq_mul.o N 130
poly_rq_mul.o N 137
poly_rq_mul.o N 146
poly_rq_mul.o N 151
poly_rq_mul.o N 15a
poly_rq_mul.o N 16e
poly_rq_mul.o N 173
poly_rq_mul.o N 175
poly_rq_mul.o N 177
poly_rq_mul.o N 179
poly_rq_mul.o N 17d
poly_rq_mul.o N 25
poly_rq_mul.o N 33
poly_rq_mul.o N f6
poly_s3_inv.o N 0
poly_s3_inv.o N 104
poly_s3_inv.o N 10e
poly_s3_inv.o N 116
poly_s3_inv.o N 11c
poly_s3_inv.o N 126
poly_s3_inv.o N 12e
poly_s3_inv.o N 166
poly_s3_inv.o N 16b
poly_s3_inv.o N 17e
poly_s3_inv.o N 180
poly_s3_inv.o N 187
poly_s3_inv.o N 196
poly_s3_inv.o N 1a1
poly_s3_inv.o N 1aa
poly_s3_inv.o N 1be
poly_s3_inv.o N 1c3
poly_s3_inv.o N 1c5
poly_s3_inv.o N 1c7
poly_s3_inv.o N 1c9
poly_s3_inv.o N 1cb
poly_s3_inv.o N 1cd
poly_s3_inv.o N 1cf
poly_s3_inv.o N 1dc
poly_s3_inv.o N 1e3
poly_s3_inv.o N 1e8
poly_s3_inv.o N 1ee
poly_s3_inv.o N 1f3
poly_s3_inv.o N 1f5
poly_s3_inv.o N 1fa
poly_s3_inv.o N 1fc
poly_s3_inv.o N 1fe
poly_s3_inv.o N 25
poly_s3_inv.o N 33
poly_s3_inv.o N f6
sample.o N 0
sample.o N 100
sample.o N 10b
sample.o N 114
sample.o N 121
sample.o N 12c
sample.o N 135
sample.o N 16c
sample.o N 173
sample.o N 187
sample.o N 195
sample.o N 1cb
sample.o N 207
sample.o N 23d
sample.o N 23f
sample.o N 244
sample.o N 246
sample.o N 25
sample.o N 253
sample.o N 255
sample.o N 257
sample.o N 259
sample.o N 25d
sample.o N 2e
sample.o N f1
sample_iid.o N 0
sample_iid.o N 12c
sample_iid.o N 131
sample_iid.o N 140
sample_iid.o N 14b
sample_iid.o N 154
sample_iid.o N 156
sample_iid.o N 15d
sample_iid.o N 171
sample_iid.o N 176
sample_iid.o N 183
sample_iid.o N 191
sample_iid.o N 193
sample_iid.o N 197
sample_iid.o N 199
sample_iid.o N 19b
sample_iid.o N 1a1
sample_iid.o N 1ab
sample_iid.o N 1b3
sample_iid.o N 25
sample_iid.o N 32
sample_iid.o N f5

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


cmov.o N 0
cmov.o N 121
cmov.o N 123
cmov.o N 131
cmov.o N 133
cmov.o N 137
cmov.o N 144
cmov.o N 14b
cmov.o N 14d
cmov.o N 25
cmov.o N 2c
cmov.o N f0
kem.o N 0
kem.o N 109
kem.o N 120
kem.o N 15a
kem.o N 190
kem.o N 197
kem.o N 1a6
kem.o N 1b1
kem.o N 1ba
kem.o N 1ce
kem.o N 20a
kem.o N 237
kem.o N 23b
kem.o N 25
kem.o N 275
kem.o N 2ab
kem.o N 2b
kem.o N 2e1
kem.o N 312
kem.o N 31f
kem.o N 353
kem.o N 383
kem.o N 3b3
kem.o N 3b8
kem.o N 3bb
kem.o N 3be
kem.o N 3c0
kem.o N 3c5
kem.o N 3c7
kem.o N 3ca
kem.o N 3d2
kem.o N 3d4
kem.o N 3d6
kem.o N 3da
kem.o N 3df
kem.o N ef
kem.o N fd
owcpa.o N 0
owcpa.o N 12b
owcpa.o N 132
owcpa.o N 141
owcpa.o N 14c
owcpa.o N 155
owcpa.o N 169
owcpa.o N 177
owcpa.o N 1af
owcpa.o N 1eb
owcpa.o N 225
owcpa.o N 25
owcpa.o N 25d
owcpa.o N 295
owcpa.o N 2cd
owcpa.o N 2d
owcpa.o N 309
owcpa.o N 34e
owcpa.o N 395
owcpa.o N 3cb
owcpa.o N 3e2
owcpa.o N 3ed
owcpa.o N 3ef
owcpa.o N 415
owcpa.o N 423
owcpa.o N 42d
owcpa.o N 435
owcpa.o N 444
owcpa.o N 453
owcpa.o N 467
owcpa.o N 476
owcpa.o N 485
owcpa.o N 49c
owcpa.o N 4b8
owcpa.o N 4d2
owcpa.o N 4e0
owcpa.o N 4e2
owcpa.o N 4e7
owcpa.o N 4e9
owcpa.o N 4f6
owcpa.o N 501
owcpa.o N 50a
owcpa.o N 50c
owcpa.o N 54a
owcpa.o N 584
owcpa.o N 5bc
owcpa.o N 5fa
owcpa.o N 63c
owcpa.o N 676
owcpa.o N 6ac
owcpa.o N 6e2
owcpa.o N 6e5
owcpa.o N 6e8
owcpa.o N 6eb
owcpa.o N 6ee
owcpa.o N 6f1
owcpa.o N 6f6
owcpa.o N 6f9
owcpa.o N 6fc
owcpa.o N 6fe
owcpa.o N 703
owcpa.o N 707
owcpa.o N 70d
owcpa.o N 710
owcpa.o N 71a
owcpa.o N 71c
owcpa.o N 71e
owcpa.o N 720
owcpa.o N 723
owcpa.o N 729
owcpa.o N 72c
owcpa.o N 736
owcpa.o N 738
owcpa.o N 73e
owcpa.o N 741
owcpa.o N 744
owcpa.o N f1
owcpa.o N f5
pack3.o N 0
pack3.o N 12e
pack3.o N 135
pack3.o N 144
pack3.o N 14f
pack3.o N 158
pack3.o N 16c
pack3.o N 1a8
pack3.o N 1e6
pack3.o N 1ea
pack3.o N 1f8
pack3.o N 1fa
pack3.o N 1ff
pack3.o N 201
pack3.o N 205
pack3.o N 207
pack3.o N 25
pack3.o N 2d
pack3.o N f1
packq.o N 0
packq.o N 10e
packq.o N 119
packq.o N 122
packq.o N 15e
packq.o N 19c
packq.o N 1e1
packq.o N 228
packq.o N 22a
packq.o N 23e
packq.o N 240
packq.o N 242
packq.o N 249
packq.o N 24e
packq.o N 25
packq.o N 250
packq.o N 254
packq.o N 2d
packq.o N f1
packq.o N ff
poly.o N 0
poly.o N 128
poly.o N 12f
poly.o N 13e
poly.o N 149
poly.o N 152
poly.o N 166
poly.o N 1a3
poly.o N 1e0
poly.o N 1f6
poly.o N 1f8
poly.o N 1fd
poly.o N 200
poly.o N 202
poly.o N 204
poly.o N 206
poly.o N 208
poly.o N 20a
poly.o N 20e
poly.o N 246
poly.o N 25
poly.o N 280
poly.o N 2c
poly.o N 2c2
poly.o N 2fa
poly.o N 332
poly.o N 36a
poly.o N f0
poly_lift.o N 0
poly_lift.o N 132
poly_lift.o N 139
poly_lift.o N 148
poly_lift.o N 153
poly_lift.o N 15c
poly_lift.o N 170
poly_lift.o N 1aa
poly_lift.o N 1e0
poly_lift.o N 1e2
poly_lift.o N 1e7
poly_lift.o N 1e9
poly_lift.o N 1eb
poly_lift.o N 1ed
poly_lift.o N 1ef
poly_lift.o N 1f3
poly_lift.o N 25
poly_lift.o N 31
poly_lift.o N f5
poly_mod.o N 0
poly_mod.o N 108
poly_mod.o N 113
poly_mod.o N 11c
poly_mod.o N 11e
poly_mod.o N 120
poly_mod.o N 122
poly_mod.o N 128
poly_mod.o N 132
poly_mod.o N 13a
poly_mod.o N 13c
poly_mod.o N 179
poly_mod.o N 1b6
poly_mod.o N 1f0
poly_mod.o N 1f7
poly_mod.o N 20b
poly_mod.o N 210
poly_mod.o N 212
poly_mod.o N 216
poly_mod.o N 25
poly_mod.o N 30
poly_mod.o N f4
poly_mod.o N f9
poly_r2_inv.o N 0
poly_r2_inv.o N 107
poly_r2_inv.o N 10f
poly_r2_inv.o N 129
poly_r2_inv.o N 137
poly_r2_inv.o N 141
poly_r2_inv.o N 149
poly_r2_inv.o N 158
poly_r2_inv.o N 16b
poly_r2_inv.o N 16d
poly_r2_inv.o N 16f
poly_r2_inv.o N 1a7
poly_r2_inv.o N 1a9
poly_r2_inv.o N 1b0
poly_r2_inv.o N 1bf
poly_r2_inv.o N 1ca
poly_r2_inv.o N 1d3
poly_r2_inv.o N 1e7
poly_r2_inv.o N 1ec
poly_r2_inv.o N 1ee
poly_r2_inv.o N 1f0
poly_r2_inv.o N 1f2
poly_r2_inv.o N 1f4
poly_r2_inv.o N 1f6
poly_r2_inv.o N 1f8
poly_r2_inv.o N 205
poly_r2_inv.o N 20c
poly_r2_inv.o N 211
poly_r2_inv.o N 217
poly_r2_inv.o N 21c
poly_r2_inv.o N 21e
poly_r2_inv.o N 25
poly_r2_inv.o N 33
poly_r2_inv.o N f7
poly_r2_inv.o N fd
poly_rq_mul.o N 0
poly_rq_mul.o N 12f
poly_rq_mul.o N 131
poly_rq_mul.o N 138
poly_rq_mul.o N 147
poly_rq_mul.o N 152
poly_rq_mul.o N 15b
poly_rq_mul.o N 16f
poly_rq_mul.o N 174
poly_rq_mul.o N 176
poly_rq_mul.o N 178
poly_rq_mul.o N 17a
poly_rq_mul.o N 17e
poly_rq_mul.o N 25
poly_rq_mul.o N 33
poly_rq_mul.o N f7
poly_s3_inv.o N 0
poly_s3_inv.o N 105
poly_s3_inv.o N 10f
poly_s3_inv.o N 117
poly_s3_inv.o N 11d
poly_s3_inv.o N 127
poly_s3_inv.o N 12f
poly_s3_inv.o N 134
poly_s3_inv.o N 136
poly_s3_inv.o N 138
poly_s3_inv.o N 13a
poly_s3_inv.o N 14d
poly_s3_inv.o N 14f
poly_s3_inv.o N 151
poly_s3_inv.o N 189
poly_s3_inv.o N 18b
poly_s3_inv.o N 192
poly_s3_inv.o N 1a1
poly_s3_inv.o N 1ac
poly_s3_inv.o N 1b5
poly_s3_inv.o N 1c9
poly_s3_inv.o N 1ce
poly_s3_inv.o N 1d0
poly_s3_inv.o N 1d2
poly_s3_inv.o N 1d4
poly_s3_inv.o N 1d6
poly_s3_inv.o N 1e3
poly_s3_inv.o N 1ea
poly_s3_inv.o N 1ec
poly_s3_inv.o N 1f1
poly_s3_inv.o N 1f7
poly_s3_inv.o N 1fc
poly_s3_inv.o N 25
poly_s3_inv.o N 33
poly_s3_inv.o N f7
sample.o N 0
sample.o N 101
sample.o N 10c
sample.o N 115
sample.o N 122
sample.o N 12d
sample.o N 136
sample.o N 16d
sample.o N 174
sample.o N 188
sample.o N 196
sample.o N 1cc
sample.o N 208
sample.o N 23e
sample.o N 240
sample.o N 245
sample.o N 247
sample.o N 25
sample.o N 254
sample.o N 256
sample.o N 258
sample.o N 25a
sample.o N 25e
sample.o N 2e
sample.o N f2
sample_iid.o N 0
sample_iid.o N 10a
sample_iid.o N 115
sample_iid.o N 11e
sample_iid.o N 120
sample_iid.o N 122
sample_iid.o N 124
sample_iid.o N 12a
sample_iid.o N 134
sample_iid.o N 13c
sample_iid.o N 13e
sample_iid.o N 175
sample_iid.o N 17c
sample_iid.o N 190
sample_iid.o N 195
sample_iid.o N 1a2
sample_iid.o N 1b0
sample_iid.o N 1b2
sample_iid.o N 25
sample_iid.o N 32
sample_iid.o N f6
sample_iid.o N fb

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


cmov.o N 0
cmov.o N 120
cmov.o N 122
cmov.o N 130
cmov.o N 132
cmov.o N 136
cmov.o N 143
cmov.o N 14a
cmov.o N 14c
cmov.o N 25
cmov.o N 2c
cmov.o N ef
kem.o N 0
kem.o N 108
kem.o N 11f
kem.o N 159
kem.o N 18f
kem.o N 196
kem.o N 1a5
kem.o N 1b0
kem.o N 1b9
kem.o N 1cd
kem.o N 209
kem.o N 236
kem.o N 23a
kem.o N 25
kem.o N 274
kem.o N 2aa
kem.o N 2b
kem.o N 2e0
kem.o N 311
kem.o N 31e
kem.o N 352
kem.o N 382
kem.o N 3b2
kem.o N 3b7
kem.o N 3ba
kem.o N 3bd
kem.o N 3bf
kem.o N 3c4
kem.o N 3c6
kem.o N 3c9
kem.o N 3d1
kem.o N 3d3
kem.o N 3d5
kem.o N 3d9
kem.o N 3de
kem.o N ee
kem.o N fc
owcpa.o N 0
owcpa.o N 12a
owcpa.o N 131
owcpa.o N 140
owcpa.o N 14b
owcpa.o N 154
owcpa.o N 168
owcpa.o N 176
owcpa.o N 1ae
owcpa.o N 1ea
owcpa.o N 224
owcpa.o N 25
owcpa.o N 25c
owcpa.o N 294
owcpa.o N 2cc
owcpa.o N 2d
owcpa.o N 308
owcpa.o N 34d
owcpa.o N 394
owcpa.o N 3ca
owcpa.o N 3f0
owcpa.o N 3fe
owcpa.o N 408
owcpa.o N 410
owcpa.o N 41f
owcpa.o N 42e
owcpa.o N 442
owcpa.o N 451
owcpa.o N 460
owcpa.o N 477
owcpa.o N 48e
owcpa.o N 499
owcpa.o N 49b
owcpa.o N 4b7
owcpa.o N 4d1
owcpa.o N 4df
owcpa.o N 4e1
owcpa.o N 4e6
owcpa.o N 4e8
owcpa.o N 4f5
owcpa.o N 500
owcpa.o N 509
owcpa.o N 50b
owcpa.o N 549
owcpa.o N 583
owcpa.o N 5bb
owcpa.o N 5f9
owcpa.o N 63b
owcpa.o N 675
owcpa.o N 6ab
owcpa.o N 6e1
owcpa.o N 6e4
owcpa.o N 6e7
owcpa.o N 6ea
owcpa.o N 6ed
owcpa.o N 6f0
owcpa.o N 6f5
owcpa.o N 6f8
owcpa.o N 6fb
owcpa.o N 6fd
owcpa.o N 702
owcpa.o N 706
owcpa.o N 70c
owcpa.o N 70f
owcpa.o N 719
owcpa.o N 71b
owcpa.o N 71d
owcpa.o N 71f
owcpa.o N 722
owcpa.o N 728
owcpa.o N 72b
owcpa.o N 735
owcpa.o N 737
owcpa.o N 73d
owcpa.o N 740
owcpa.o N 743
owcpa.o N f0
owcpa.o N f4
pack3.o N 0
pack3.o N 12d
pack3.o N 134
pack3.o N 143
pack3.o N 14e
pack3.o N 157
pack3.o N 16b
pack3.o N 1a7
pack3.o N 1e5
pack3.o N 1e9
pack3.o N 1f7
pack3.o N 1f9
pack3.o N 1fe
pack3.o N 200
pack3.o N 204
pack3.o N 206
pack3.o N 25
pack3.o N 2d
pack3.o N f0
packq.o N 0
packq.o N 10d
packq.o N 118
packq.o N 121
packq.o N 15d
packq.o N 19b
packq.o N 1e0
packq.o N 227
packq.o N 229
packq.o N 23d
packq.o N 23f
packq.o N 241
packq.o N 248
packq.o N 24d
packq.o N 24f
packq.o N 25
packq.o N 253
packq.o N 2d
packq.o N f0
packq.o N fe
poly.o N 0
poly.o N 127
poly.o N 12e
poly.o N 13d
poly.o N 148
poly.o N 151
poly.o N 165
poly.o N 1a2
poly.o N 1df
poly.o N 1f5
poly.o N 1f7
poly.o N 1fc
poly.o N 1ff
poly.o N 201
poly.o N 203
poly.o N 205
poly.o N 207
poly.o N 209
poly.o N 20d
poly.o N 245
poly.o N 25
poly.o N 27f
poly.o N 2c
poly.o N 2c1
poly.o N 2f9
poly.o N 331
poly.o N 369
poly.o N ef
poly_lift.o N 0
poly_lift.o N 131
poly_lift.o N 138
poly_lift.o N 147
poly_lift.o N 152
poly_lift.o N 15b
poly_lift.o N 16f
poly_lift.o N 1a9
poly_lift.o N 1df
poly_lift.o N 1e1
poly_lift.o N 1e6
poly_lift.o N 1e8
poly_lift.o N 1ea
poly_lift.o N 1ec
poly_lift.o N 1ee
poly_lift.o N 1f2
poly_lift.o N 25
poly_lift.o N 31
poly_lift.o N f4
poly_mod.o N 0
poly_mod.o N 107
poly_mod.o N 112
poly_mod.o N 11b
poly_mod.o N 11d
poly_mod.o N 11f
poly_mod.o N 121
poly_mod.o N 127
poly_mod.o N 131
poly_mod.o N 139
poly_mod.o N 13b
poly_mod.o N 178
poly_mod.o N 17f
poly_mod.o N 193
poly_mod.o N 198
poly_mod.o N 19a
poly_mod.o N 19e
poly_mod.o N 1db
poly_mod.o N 215
poly_mod.o N 25
poly_mod.o N 30
poly_mod.o N f3
poly_mod.o N f8
poly_r2_inv.o N 0
poly_r2_inv.o N 106
poly_r2_inv.o N 10e
poly_r2_inv.o N 128
poly_r2_inv.o N 136
poly_r2_inv.o N 140
poly_r2_inv.o N 148
poly_r2_inv.o N 157
poly_r2_inv.o N 16a
poly_r2_inv.o N 16c
poly_r2_inv.o N 16e
poly_r2_inv.o N 1a6
poly_r2_inv.o N 1a8
poly_r2_inv.o N 1af
poly_r2_inv.o N 1be
poly_r2_inv.o N 1c9
poly_r2_inv.o N 1d2
poly_r2_inv.o N 1e6
poly_r2_inv.o N 1eb
poly_r2_inv.o N 1ed
poly_r2_inv.o N 1ef
poly_r2_inv.o N 1f1
poly_r2_inv.o N 1f3
poly_r2_inv.o N 1f5
poly_r2_inv.o N 1f7
poly_r2_inv.o N 204
poly_r2_inv.o N 20b
poly_r2_inv.o N 210
poly_r2_inv.o N 216
poly_r2_inv.o N 21b
poly_r2_inv.o N 21d
poly_r2_inv.o N 25
poly_r2_inv.o N 33
poly_r2_inv.o N f6
poly_r2_inv.o N fc
poly_rq_mul.o N 0
poly_rq_mul.o N 12e
poly_rq_mul.o N 130
poly_rq_mul.o N 137
poly_rq_mul.o N 146
poly_rq_mul.o N 151
poly_rq_mul.o N 15a
poly_rq_mul.o N 16e
poly_rq_mul.o N 173
poly_rq_mul.o N 175
poly_rq_mul.o N 177
poly_rq_mul.o N 179
poly_rq_mul.o N 17d
poly_rq_mul.o N 25
poly_rq_mul.o N 33
poly_rq_mul.o N f6
poly_s3_inv.o N 0
poly_s3_inv.o N 104
poly_s3_inv.o N 10e
poly_s3_inv.o N 116
poly_s3_inv.o N 11c
poly_s3_inv.o N 126
poly_s3_inv.o N 12e
poly_s3_inv.o N 133
poly_s3_inv.o N 135
poly_s3_inv.o N 137
poly_s3_inv.o N 139
poly_s3_inv.o N 14c
poly_s3_inv.o N 14e
poly_s3_inv.o N 150
poly_s3_inv.o N 188
poly_s3_inv.o N 18a
poly_s3_inv.o N 191
poly_s3_inv.o N 1a0
poly_s3_inv.o N 1ab
poly_s3_inv.o N 1b4
poly_s3_inv.o N 1c8
poly_s3_inv.o N 1cd
poly_s3_inv.o N 1cf
poly_s3_inv.o N 1d1
poly_s3_inv.o N 1d3
poly_s3_inv.o N 1d5
poly_s3_inv.o N 1d7
poly_s3_inv.o N 1e4
poly_s3_inv.o N 1eb
poly_s3_inv.o N 1f0
poly_s3_inv.o N 1f6
poly_s3_inv.o N 1fb
poly_s3_inv.o N 25
poly_s3_inv.o N 33
poly_s3_inv.o N f6
sample.o N 0
sample.o N 100
sample.o N 10b
sample.o N 114
sample.o N 121
sample.o N 12c
sample.o N 135
sample.o N 171
sample.o N 173
sample.o N 17a
sample.o N 18e
sample.o N 193
sample.o N 1a0
sample.o N 1ae
sample.o N 1b0
sample.o N 1b2
sample.o N 1b6
sample.o N 1ed
sample.o N 223
sample.o N 25
sample.o N 259
sample.o N 25b
sample.o N 25d
sample.o N 2e
sample.o N f1
sample_iid.o N 0
sample_iid.o N 109
sample_iid.o N 114
sample_iid.o N 11d
sample_iid.o N 11f
sample_iid.o N 121
sample_iid.o N 123
sample_iid.o N 129
sample_iid.o N 133
sample_iid.o N 13b
sample_iid.o N 13d
sample_iid.o N 174
sample_iid.o N 17b
sample_iid.o N 18f
sample_iid.o N 194
sample_iid.o N 1a1
sample_iid.o N 1af
sample_iid.o N 1b1
sample_iid.o N 25
sample_iid.o N 32
sample_iid.o N f5
sample_iid.o N fa

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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1679334974 36661721461 1000000000 crypto_kem/ntruhrss701/compact
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20299-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20299-- 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)

--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20299-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20299-- 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)

--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20299-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20299-- 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)

--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20299-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20299-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20299-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20299-- WARNING: Serious error when reading debug info
--20299-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20299-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--20299-- WARNING: unhandled syscall: 403
--20299-- You may be able to write your own handler.
--20299-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20299-- Nevertheless we consider this a bug.  Please report
--20299-- 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)

--20299-- WARNING: unhandled syscall: 384
--20299-- You may be able to write your own handler.
--20299-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20299-- Nevertheless we consider this a bug.  Please report
--20299-- it at http://valgrind.org/support/bug_reports.html.
--20299-- WARNING: unhandled syscall: 369
--20299-- You may be able to write your own handler.
--20299-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20299-- Nevertheless we consider this a bug.  Please report
--20299-- 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)

--20299-- WARNING: unhandled syscall: 369
--20299-- You may be able to write your own handler.
--20299-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20299-- Nevertheless we consider this a bug.  Please report
--20299-- it at http://valgrind.org/support/bug_reports.html.
--20299-- WARNING: unhandled syscall: 369
--20299-- You may be able to write your own handler.
--20299-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20299-- Nevertheless we consider this a bug.  Please report
--20299-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:160)
   by 0x...: test (try.c:126)
   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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:380)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
compactclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1324069245 33371635143 1000000000 crypto_kem/ntruhrss701/compact
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19672-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19672-- 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)

--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--19672-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--19672-- 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)

--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19672-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19672-- 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)

--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--19672-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--19672-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--19672-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19672-- WARNING: Serious error when reading debug info
--19672-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--19672-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--19672-- WARNING: unhandled syscall: 403
--19672-- You may be able to write your own handler.
--19672-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19672-- Nevertheless we consider this a bug.  Please report
--19672-- 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)

--19672-- WARNING: unhandled syscall: 384
--19672-- You may be able to write your own handler.
--19672-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19672-- Nevertheless we consider this a bug.  Please report
--19672-- it at http://valgrind.org/support/bug_reports.html.
--19672-- WARNING: unhandled syscall: 369
--19672-- You may be able to write your own handler.
--19672-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19672-- Nevertheless we consider this a bug.  Please report
--19672-- 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)

--19672-- WARNING: unhandled syscall: 369
--19672-- You may be able to write your own handler.
--19672-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19672-- Nevertheless we consider this a bug.  Please report
--19672-- it at http://valgrind.org/support/bug_reports.html.
--19672-- WARNING: unhandled syscall: 369
--19672-- You may be able to write your own handler.
--19672-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19672-- Nevertheless we consider this a bug.  Please report
--19672-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:160)
   by 0x...: test (try.c:126)
   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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:380)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
compactclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2594420101 40351235270 1000000000 crypto_kem/ntruhrss701/compact
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20700-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20700-- 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)

--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20700-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20700-- 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)

--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20700-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20700-- 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)

--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20700-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20700-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20700-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20700-- WARNING: Serious error when reading debug info
--20700-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20700-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--20700-- WARNING: unhandled syscall: 403
--20700-- You may be able to write your own handler.
--20700-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20700-- Nevertheless we consider this a bug.  Please report
--20700-- 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)

--20700-- WARNING: unhandled syscall: 384
--20700-- You may be able to write your own handler.
--20700-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20700-- Nevertheless we consider this a bug.  Please report
--20700-- it at http://valgrind.org/support/bug_reports.html.
--20700-- WARNING: unhandled syscall: 369
--20700-- You may be able to write your own handler.
--20700-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20700-- Nevertheless we consider this a bug.  Please report
--20700-- 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)

--20700-- WARNING: unhandled syscall: 369
--20700-- You may be able to write your own handler.
--20700-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20700-- Nevertheless we consider this a bug.  Please report
--20700-- it at http://valgrind.org/support/bug_reports.html.
--20700-- WARNING: unhandled syscall: 369
--20700-- You may be able to write your own handler.
--20700-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20700-- Nevertheless we consider this a bug.  Please report
--20700-- 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 (try-anything.c:90)
   by 0x...: canary (try-anything.c:148)
   by 0x...: output_prepare (try-anything.c:178)
   by 0x...: test (try.c:124)
   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:124)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: test (try.c:138)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:380)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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
compactclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1980638892 36896921558 1000000000 crypto_kem/ntruhrss701/compact
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20013-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20013-- 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)

--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20013-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20013-- 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)

--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20013-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20013-- 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)

--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20013-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20013-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20013-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20013-- WARNING: Serious error when reading debug info
--20013-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20013-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--20013-- WARNING: unhandled syscall: 403
--20013-- You may be able to write your own handler.
--20013-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20013-- Nevertheless we consider this a bug.  Please report
--20013-- 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)

--20013-- WARNING: unhandled syscall: 384
--20013-- You may be able to write your own handler.
--20013-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20013-- Nevertheless we consider this a bug.  Please report
--20013-- it at http://valgrind.org/support/bug_reports.html.
--20013-- WARNING: unhandled syscall: 369
--20013-- You may be able to write your own handler.
--20013-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20013-- Nevertheless we consider this a bug.  Please report
--20013-- 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)

--20013-- WARNING: unhandled syscall: 369
--20013-- You may be able to write your own handler.
--20013-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20013-- Nevertheless we consider this a bug.  Please report
--20013-- it at http://valgrind.org/support/bug_reports.html.
--20013-- WARNING: unhandled syscall: 369
--20013-- You may be able to write your own handler.
--20013-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20013-- Nevertheless we consider this a bug.  Please report
--20013-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:160)
   by 0x...: test (try.c:126)
   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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:380)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
compactclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1383352169 28914108617 1000000000 crypto_kem/ntruhrss701/compact
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20985-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20985-- 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)

--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20985-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20985-- 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)

--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20985-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20985-- 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)

--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20985-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20985-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20985-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20985-- WARNING: Serious error when reading debug info
--20985-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20985-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--20985-- WARNING: unhandled syscall: 403
--20985-- You may be able to write your own handler.
--20985-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20985-- Nevertheless we consider this a bug.  Please report
--20985-- 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)

--20985-- WARNING: unhandled syscall: 384
--20985-- You may be able to write your own handler.
--20985-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20985-- Nevertheless we consider this a bug.  Please report
--20985-- it at http://valgrind.org/support/bug_reports.html.
--20985-- WARNING: unhandled syscall: 369
--20985-- You may be able to write your own handler.
--20985-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20985-- Nevertheless we consider this a bug.  Please report
--20985-- 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)

--20985-- WARNING: unhandled syscall: 369
--20985-- You may be able to write your own handler.
--20985-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20985-- Nevertheless we consider this a bug.  Please report
--20985-- it at http://valgrind.org/support/bug_reports.html.
--20985-- WARNING: unhandled syscall: 369
--20985-- You may be able to write your own handler.
--20985-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20985-- Nevertheless we consider this a bug.  Please report
--20985-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:160)
   by 0x...: test (try.c:126)
   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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:380)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2450497186 47236880018 1000000000 crypto_kem/ntruhrss701/compact
--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18969-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18969-- 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...: 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)

--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18969-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18969-- 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)

Use of uninitialised value of 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)

--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18969-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18969-- WARNING: Serious error when reading debug info
--18969-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18969-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--18969-- WARNING: unhandled syscall: 403
--18969-- You may be able to write your own handler.
--18969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18969-- Nevertheless we consider this a bug.  Please report
--18969-- 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)

--18969-- WARNING: unhandled syscall: 384
--18969-- You may be able to write your own handler.
--18969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18969-- Nevertheless we consider this a bug.  Please report
--18969-- it at http://valgrind.org/support/bug_reports.html.
--18969-- WARNING: unhandled syscall: 369
--18969-- You may be able to write your own handler.
--18969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18969-- Nevertheless we consider this a bug.  Please report
--18969-- 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)

--18969-- WARNING: unhandled syscall: 369
--18969-- You may be able to write your own handler.
--18969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18969-- Nevertheless we consider this a bug.  Please report
--18969-- it at http://valgrind.org/support/bug_reports.html.
--18969-- WARNING: unhandled syscall: 369
--18969-- You may be able to write your own handler.
--18969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18969-- Nevertheless we consider this a bug.  Please report
--18969-- 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:124)
   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...: output_prepare (try-anything.c:85)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:159)
 Uninitialised value was created by a stack 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:207)
   by 0x...: test (try.c:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
 Uninitialised value was created by a stack 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:196)
   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:205)
   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)

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

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1897806151 30773842858 1000000000 crypto_kem/ntruhrss701/compact
--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18310-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18310-- 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...: 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)

--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18310-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18310-- 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)

Use of uninitialised value of 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)

--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18310-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18310-- WARNING: Serious error when reading debug info
--18310-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18310-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--18310-- WARNING: unhandled syscall: 403
--18310-- You may be able to write your own handler.
--18310-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18310-- Nevertheless we consider this a bug.  Please report
--18310-- 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)

--18310-- WARNING: unhandled syscall: 384
--18310-- You may be able to write your own handler.
--18310-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18310-- Nevertheless we consider this a bug.  Please report
--18310-- it at http://valgrind.org/support/bug_reports.html.
--18310-- WARNING: unhandled syscall: 369
--18310-- You may be able to write your own handler.
--18310-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18310-- Nevertheless we consider this a bug.  Please report
--18310-- 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)

--18310-- WARNING: unhandled syscall: 369
--18310-- You may be able to write your own handler.
--18310-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18310-- Nevertheless we consider this a bug.  Please report
--18310-- it at http://valgrind.org/support/bug_reports.html.
--18310-- WARNING: unhandled syscall: 369
--18310-- You may be able to write your own handler.
--18310-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18310-- Nevertheless we consider this a bug.  Please report
--18310-- 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:124)
   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...: output_prepare (try-anything.c:85)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: owcpa_keypair (kem.c:159)
 Uninitialised value was created by a stack 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:207)
   by 0x...: test (try.c:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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)

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

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2557011811 43896736208 1000000000 crypto_kem/ntruhrss701/compact
--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19324-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19324-- 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...: 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)

--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19324-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19324-- 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)

Use of uninitialised value of 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)

--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--19324-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19324-- WARNING: Serious error when reading debug info
--19324-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--19324-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--19324-- WARNING: unhandled syscall: 403
--19324-- You may be able to write your own handler.
--19324-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19324-- Nevertheless we consider this a bug.  Please report
--19324-- 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)

--19324-- WARNING: unhandled syscall: 384
--19324-- You may be able to write your own handler.
--19324-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19324-- Nevertheless we consider this a bug.  Please report
--19324-- it at http://valgrind.org/support/bug_reports.html.
--19324-- WARNING: unhandled syscall: 369
--19324-- You may be able to write your own handler.
--19324-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19324-- Nevertheless we consider this a bug.  Please report
--19324-- 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)

--19324-- WARNING: unhandled syscall: 369
--19324-- You may be able to write your own handler.
--19324-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19324-- Nevertheless we consider this a bug.  Please report
--19324-- it at http://valgrind.org/support/bug_reports.html.
--19324-- WARNING: unhandled syscall: 369
--19324-- You may be able to write your own handler.
--19324-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19324-- Nevertheless we consider this a bug.  Please report
--19324-- 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 (try-anything.c:179)
   by 0x...: test (try.c:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:196)
   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:205)
   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)

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

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2401127351 48261317048 1000000000 crypto_kem/ntruhrss701/compact
--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18609-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18609-- 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...: 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)

--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18609-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18609-- 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)

Use of uninitialised value of 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)

--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18609-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18609-- WARNING: Serious error when reading debug info
--18609-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--18609-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--18609-- WARNING: unhandled syscall: 403
--18609-- You may be able to write your own handler.
--18609-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18609-- Nevertheless we consider this a bug.  Please report
--18609-- 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)

--18609-- WARNING: unhandled syscall: 384
--18609-- You may be able to write your own handler.
--18609-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18609-- Nevertheless we consider this a bug.  Please report
--18609-- it at http://valgrind.org/support/bug_reports.html.
--18609-- WARNING: unhandled syscall: 369
--18609-- You may be able to write your own handler.
--18609-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18609-- Nevertheless we consider this a bug.  Please report
--18609-- 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)

--18609-- WARNING: unhandled syscall: 369
--18609-- You may be able to write your own handler.
--18609-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18609-- Nevertheless we consider this a bug.  Please report
--18609-- it at http://valgrind.org/support/bug_reports.html.
--18609-- WARNING: unhandled syscall: 369
--18609-- You may be able to write your own handler.
--18609-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18609-- Nevertheless we consider this a bug.  Please report
--18609-- 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:124)
   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...: canary (try-anything.c:85)
   by 0x...: output_prepare (try-anything.c:178)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:355)
 Uninitialised value was created by a stack 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...: crypto_kem_ntruhrss701_compact_constbranchindex_keypair (kem.c:159)
 Uninitialised value was created by a stack 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:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_compact_constbranchindex_dec (kem.c:379)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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)

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
compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1822791456 40129360794 1000000000 crypto_kem/ntruhrss701/ref
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--27271-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--27271-- 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)

--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--27271-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--27271-- 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)

--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--27271-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--27271-- 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)

--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--27271-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--27271-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--27271-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27271-- WARNING: Serious error when reading debug info
--27271-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--27271-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--27271-- WARNING: unhandled syscall: 403
--27271-- You may be able to write your own handler.
--27271-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27271-- Nevertheless we consider this a bug.  Please report
--27271-- 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)

--27271-- WARNING: unhandled syscall: 384
--27271-- You may be able to write your own handler.
--27271-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27271-- Nevertheless we consider this a bug.  Please report
--27271-- it at http://valgrind.org/support/bug_reports.html.
--27271-- WARNING: unhandled syscall: 369
--27271-- You may be able to write your own handler.
--27271-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27271-- Nevertheless we consider this a bug.  Please report
--27271-- 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)

--27271-- WARNING: unhandled syscall: 369
--27271-- You may be able to write your own handler.
--27271-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27271-- Nevertheless we consider this a bug.  Please report
--27271-- it at http://valgrind.org/support/bug_reports.html.
--27271-- WARNING: unhandled syscall: 369
--27271-- You may be able to write your own handler.
--27271-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27271-- Nevertheless we consider this a bug.  Please report
--27271-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:47)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:57)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:59)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1802107837 36918508474 1000000000 crypto_kem/ntruhrss701/ref
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--26368-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--26368-- 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)

--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--26368-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--26368-- 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)

--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--26368-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--26368-- 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)

--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--26368-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--26368-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--26368-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26368-- WARNING: Serious error when reading debug info
--26368-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--26368-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--26368-- WARNING: unhandled syscall: 403
--26368-- You may be able to write your own handler.
--26368-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26368-- Nevertheless we consider this a bug.  Please report
--26368-- 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)

--26368-- WARNING: unhandled syscall: 384
--26368-- You may be able to write your own handler.
--26368-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26368-- Nevertheless we consider this a bug.  Please report
--26368-- it at http://valgrind.org/support/bug_reports.html.
--26368-- WARNING: unhandled syscall: 369
--26368-- You may be able to write your own handler.
--26368-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26368-- Nevertheless we consider this a bug.  Please report
--26368-- 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)

--26368-- WARNING: unhandled syscall: 369
--26368-- You may be able to write your own handler.
--26368-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26368-- Nevertheless we consider this a bug.  Please report
--26368-- it at http://valgrind.org/support/bug_reports.html.
--26368-- WARNING: unhandled syscall: 369
--26368-- You may be able to write your own handler.
--26368-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26368-- Nevertheless we consider this a bug.  Please report
--26368-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:47)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:57)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:59)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1818285369 37034924874 1000000000 crypto_kem/ntruhrss701/ref
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--27666-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--27666-- 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)

--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--27666-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--27666-- 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)

--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--27666-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--27666-- 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)

--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--27666-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--27666-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--27666-- Ignoring non-Dwarf2/3/4 block in .debug_info
--27666-- WARNING: Serious error when reading debug info
--27666-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--27666-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--27666-- WARNING: unhandled syscall: 403
--27666-- You may be able to write your own handler.
--27666-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27666-- Nevertheless we consider this a bug.  Please report
--27666-- 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)

--27666-- WARNING: unhandled syscall: 384
--27666-- You may be able to write your own handler.
--27666-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27666-- Nevertheless we consider this a bug.  Please report
--27666-- it at http://valgrind.org/support/bug_reports.html.
--27666-- WARNING: unhandled syscall: 369
--27666-- You may be able to write your own handler.
--27666-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27666-- Nevertheless we consider this a bug.  Please report
--27666-- 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)

--27666-- WARNING: unhandled syscall: 369
--27666-- You may be able to write your own handler.
--27666-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27666-- Nevertheless we consider this a bug.  Please report
--27666-- it at http://valgrind.org/support/bug_reports.html.
--27666-- WARNING: unhandled syscall: 369
--27666-- You may be able to write your own handler.
--27666-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--27666-- Nevertheless we consider this a bug.  Please report
--27666-- 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 (try-anything.c:90)
   by 0x...: canary (try-anything.c:148)
   by 0x...: output_prepare (try-anything.c:178)
   by 0x...: test (try.c:124)
   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:124)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: test (try.c:138)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:57)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:59)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1906778349 36276215377 1000000000 crypto_kem/ntruhrss701/ref
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--26876-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--26876-- 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)

--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--26876-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--26876-- 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)

--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--26876-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--26876-- 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)

--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--26876-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--26876-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--26876-- Ignoring non-Dwarf2/3/4 block in .debug_info
--26876-- WARNING: Serious error when reading debug info
--26876-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--26876-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--26876-- WARNING: unhandled syscall: 403
--26876-- You may be able to write your own handler.
--26876-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26876-- Nevertheless we consider this a bug.  Please report
--26876-- 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)

--26876-- WARNING: unhandled syscall: 384
--26876-- You may be able to write your own handler.
--26876-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26876-- Nevertheless we consider this a bug.  Please report
--26876-- it at http://valgrind.org/support/bug_reports.html.
--26876-- WARNING: unhandled syscall: 369
--26876-- You may be able to write your own handler.
--26876-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26876-- Nevertheless we consider this a bug.  Please report
--26876-- 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)

--26876-- WARNING: unhandled syscall: 369
--26876-- You may be able to write your own handler.
--26876-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26876-- Nevertheless we consider this a bug.  Please report
--26876-- it at http://valgrind.org/support/bug_reports.html.
--26876-- WARNING: unhandled syscall: 369
--26876-- You may be able to write your own handler.
--26876-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--26876-- Nevertheless we consider this a bug.  Please report
--26876-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:47)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:57)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:59)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1560692100 36739631088 1000000000 crypto_kem/ntruhrss701/ref
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--28181-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--28181-- 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)

--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--28181-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--28181-- 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)

--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--28181-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--28181-- 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)

--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--28181-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--28181-- 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...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack 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)

--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--28181-- Ignoring non-Dwarf2/3/4 block in .debug_info
--28181-- WARNING: Serious error when reading debug info
--28181-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--28181-- 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...: _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)

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

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

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_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...: ??? (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...: 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...: 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)

--28181-- WARNING: unhandled syscall: 403
--28181-- You may be able to write your own handler.
--28181-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28181-- Nevertheless we consider this a bug.  Please report
--28181-- 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)

--28181-- WARNING: unhandled syscall: 384
--28181-- You may be able to write your own handler.
--28181-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28181-- Nevertheless we consider this a bug.  Please report
--28181-- it at http://valgrind.org/support/bug_reports.html.
--28181-- WARNING: unhandled syscall: 369
--28181-- You may be able to write your own handler.
--28181-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28181-- Nevertheless we consider this a bug.  Please report
--28181-- 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)

--28181-- WARNING: unhandled syscall: 369
--28181-- You may be able to write your own handler.
--28181-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28181-- Nevertheless we consider this a bug.  Please report
--28181-- it at http://valgrind.org/support/bug_reports.html.
--28181-- WARNING: unhandled syscall: 369
--28181-- You may be able to write your own handler.
--28181-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--28181-- Nevertheless we consider this a bug.  Please report
--28181-- 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 (try-anything.c:90)
   by 0x...: output_prepare (try-anything.c:148)
   by 0x...: test (try.c:124)
   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:124)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:47)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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...: test (try.c:136)
   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:137)
   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:138)
   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:139)
   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:139)
   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:139)
   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:139)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:155)
   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:156)
   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:157)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:57)
   by 0x...: test (try.c:160)
   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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:59)
   by 0x...: test (try.c:160)
   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:172)
   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:173)
   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:174)
   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:185)
   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:186)
   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:187)
   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:196)
   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:205)
   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
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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 1690988669 36745194135 1000000000 crypto_kem/ntruhrss701/ref
--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--25425-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--25425-- 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...: 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)

--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--25425-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--25425-- 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)

Use of uninitialised value of 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)

--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--25425-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25425-- WARNING: Serious error when reading debug info
--25425-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--25425-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--25425-- WARNING: unhandled syscall: 403
--25425-- You may be able to write your own handler.
--25425-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25425-- Nevertheless we consider this a bug.  Please report
--25425-- 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)

--25425-- WARNING: unhandled syscall: 384
--25425-- You may be able to write your own handler.
--25425-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25425-- Nevertheless we consider this a bug.  Please report
--25425-- it at http://valgrind.org/support/bug_reports.html.
--25425-- WARNING: unhandled syscall: 369
--25425-- You may be able to write your own handler.
--25425-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25425-- Nevertheless we consider this a bug.  Please report
--25425-- 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)

--25425-- WARNING: unhandled syscall: 369
--25425-- You may be able to write your own handler.
--25425-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25425-- Nevertheless we consider this a bug.  Please report
--25425-- it at http://valgrind.org/support/bug_reports.html.
--25425-- WARNING: unhandled syscall: 369
--25425-- You may be able to write your own handler.
--25425-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25425-- Nevertheless we consider this a bug.  Please report
--25425-- 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:124)
   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...: output_prepare (try-anything.c:85)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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:207)
   by 0x...: test (try.c:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:56)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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)

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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2030966000 37795413743 1000000000 crypto_kem/ntruhrss701/ref
--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24447-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24447-- 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...: 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)

--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24447-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24447-- 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)

Use of uninitialised value of 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)

--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24447-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24447-- WARNING: Serious error when reading debug info
--24447-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24447-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--24447-- WARNING: unhandled syscall: 403
--24447-- You may be able to write your own handler.
--24447-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24447-- Nevertheless we consider this a bug.  Please report
--24447-- 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)

--24447-- WARNING: unhandled syscall: 384
--24447-- You may be able to write your own handler.
--24447-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24447-- Nevertheless we consider this a bug.  Please report
--24447-- it at http://valgrind.org/support/bug_reports.html.
--24447-- WARNING: unhandled syscall: 369
--24447-- You may be able to write your own handler.
--24447-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24447-- Nevertheless we consider this a bug.  Please report
--24447-- 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)

--24447-- WARNING: unhandled syscall: 369
--24447-- You may be able to write your own handler.
--24447-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24447-- Nevertheless we consider this a bug.  Please report
--24447-- it at http://valgrind.org/support/bug_reports.html.
--24447-- WARNING: unhandled syscall: 369
--24447-- You may be able to write your own handler.
--24447-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24447-- Nevertheless we consider this a bug.  Please report
--24447-- 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:124)
   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...: output_prepare (try-anything.c:85)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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:207)
   by 0x...: test (try.c:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:56)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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)

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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2036501438 41852064936 1000000000 crypto_kem/ntruhrss701/ref
--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--25971-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--25971-- 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...: 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)

--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--25971-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--25971-- 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)

Use of uninitialised value of 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)

--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--25971-- Ignoring non-Dwarf2/3/4 block in .debug_info
--25971-- WARNING: Serious error when reading debug info
--25971-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--25971-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--25971-- WARNING: unhandled syscall: 403
--25971-- You may be able to write your own handler.
--25971-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25971-- Nevertheless we consider this a bug.  Please report
--25971-- 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)

--25971-- WARNING: unhandled syscall: 384
--25971-- You may be able to write your own handler.
--25971-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25971-- Nevertheless we consider this a bug.  Please report
--25971-- it at http://valgrind.org/support/bug_reports.html.
--25971-- WARNING: unhandled syscall: 369
--25971-- You may be able to write your own handler.
--25971-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25971-- Nevertheless we consider this a bug.  Please report
--25971-- 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)

--25971-- WARNING: unhandled syscall: 369
--25971-- You may be able to write your own handler.
--25971-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25971-- Nevertheless we consider this a bug.  Please report
--25971-- it at http://valgrind.org/support/bug_reports.html.
--25971-- WARNING: unhandled syscall: 369
--25971-- You may be able to write your own handler.
--25971-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--25971-- Nevertheless we consider this a bug.  Please report
--25971-- 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 (try-anything.c:179)
   by 0x...: test (try.c:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:196)
   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:205)
   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)

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
468c12b686682afa7287734173838b36f22b983bfc195e580169e2eec1b97c56 2273330686 46715129856 1000000000 crypto_kem/ntruhrss701/ref
--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24994-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24994-- 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...: 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)

--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24994-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--24994-- 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)

Use of uninitialised value of 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)

--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24994-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24994-- WARNING: Serious error when reading debug info
--24994-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--24994-- 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)

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)

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)

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


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_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)

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)

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...: 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_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_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_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...: ??? (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...: 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...: 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)

--24994-- WARNING: unhandled syscall: 403
--24994-- You may be able to write your own handler.
--24994-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24994-- Nevertheless we consider this a bug.  Please report
--24994-- 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)

--24994-- WARNING: unhandled syscall: 384
--24994-- You may be able to write your own handler.
--24994-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24994-- Nevertheless we consider this a bug.  Please report
--24994-- it at http://valgrind.org/support/bug_reports.html.
--24994-- WARNING: unhandled syscall: 369
--24994-- You may be able to write your own handler.
--24994-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24994-- Nevertheless we consider this a bug.  Please report
--24994-- 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)

--24994-- WARNING: unhandled syscall: 369
--24994-- You may be able to write your own handler.
--24994-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24994-- Nevertheless we consider this a bug.  Please report
--24994-- it at http://valgrind.org/support/bug_reports.html.
--24994-- WARNING: unhandled syscall: 369
--24994-- You may be able to write your own handler.
--24994-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24994-- Nevertheless we consider this a bug.  Please report
--24994-- 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:124)
   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...: canary (try-anything.c:85)
   by 0x...: output_prepare (try-anything.c:178)
   by 0x...: test (try.c:125)
   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:125)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:25)
   by 0x...: randombytes (knownrandombytes.c:31)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: EVP_CIPHER_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_chacha20 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_set_padding (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_EncryptFinal_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_CIPHER_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: randombytes (knownrandombytes.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: 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...: crypto_kem_ntruhrss701_ref_constbranchindex_poly_Rq_inv (poly.c:43)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_owcpa_keypair (owcpa.c:74)
   by 0x...: crypto_kem_ntruhrss701_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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:131)
   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:136)
   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:137)
   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:138)
   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...: EVP_sha3_256 (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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.c:153)
   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:154)
   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:156)
   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...: EVP_MD_CTX_new (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_size (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestInit_ex (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestUpdate (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_DigestFinal (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: EVP_MD_CTX_free (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.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...: crypto_kem_ntruhrss701_ref_constbranchindex_dec (kem.c:56)
   by 0x...: test (try.c:160)
   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:196)
   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:205)
   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)

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)