Test results for armeabi, berry0, crypto_core/salsa208

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_core Test results for armeabi, berry0, crypto_core Test results for crypto_core/salsa208
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_core
Primitive: salsa208
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
17651264 0 013323 356 752refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
17661264 0 011639 356 752refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
18521628 0 012906 380 752refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
19891628 0 014808 384 760refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
20531644 0 014848 384 760refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
21251628 0 014808 384 752refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
21801084 0 011330 352 752refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
23301088 0 010659 348 752refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092820240909
35681460 0 012698 380 752refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092820240909

Compiler output


core.c: In file included from core.c:9:
core.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
core.c: #error "NEON support not enabled"
core.c:  ^
core.c: core.c:21:9: error: unknown type name 'uint32x4_t'
core.c:   const uint32x4_t abab = {-1,0,-1,0};
core.c:         ^
core.c: core.c:23:3: error: use of undeclared identifier 'uint32x4_t'
core.c:   uint32x4_t k0k1k2k3 = (uint32x4_t) vld1q_u8((uint8_t *) k);
core.c:   ^
core.c: core.c:24:3: error: use of undeclared identifier 'uint32x4_t'
core.c:   uint32x4_t k4k5k6k7 = (uint32x4_t) vld1q_u8((uint8_t *) (k + 16));
core.c:   ^
core.c: core.c:25:3: error: use of undeclared identifier 'uint32x4_t'
core.c:   uint32x4_t c0c1c2c3 = (uint32x4_t) vld1q_u8((uint8_t *) c);
core.c:   ^
core.c: core.c:26:3: error: use of undeclared identifier 'uint32x4_t'
core.c:   uint32x4_t n0n1n2n3 = (uint32x4_t) vld1q_u8((uint8_t *) in);
core.c:   ^
core.c: core.c:28:3: error: use of undeclared identifier 'uint32x4_t'
core.c:   uint32x4_t n1n2n3n0 = vextq_u32(n0n1n2n3,n0n1n2n3,1);
core.c:   ^
core.c: core.c:29:3: error: use of undeclared identifier 'uint32x2_t'
core.c:   uint32x2_t n1n2 = vget_low_u32(n1n2n3n0);
core.c:   ^
core.c: ...

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

Compiler output


core.c: In file included from core.c:9:
core.c: core.c: In function 'crypto_core_salsa208_armneon_constbranchindex':
core.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8870:1: error: inlining failed in call to 'always_inline' 'vextq_u32': target specific option mismatch
core.c:  8870 | vextq_u32 (uint32x4_t __a, uint32x4_t __b, const int __c)
core.c:       | ^~~~~~~~~
core.c: core.c:51:23: note: called from here
core.c:    51 |   uint32x4_t start3 = vextq_u32(k2k3n3k7,k2k3n3k7,1);
core.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:9:
core.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8870:1: error: inlining failed in call to 'always_inline' 'vextq_u32': target specific option mismatch
core.c:  8870 | vextq_u32 (uint32x4_t __a, uint32x4_t __b, const int __c)
core.c:       | ^~~~~~~~~
core.c: core.c:50:23: note: called from here
core.c:    50 |   uint32x4_t start2 = vextq_u32(n1n2k6k1,n1n2k6k1,1);
core.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:9:
core.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8870:1: error: inlining failed in call to 'always_inline' 'vextq_u32': target specific option mismatch
core.c:  8870 | vextq_u32 (uint32x4_t __a, uint32x4_t __b, const int __c)
core.c:       | ^~~~~~~~~
core.c: core.c:49:23: note: called from here
core.c:    49 |   uint32x4_t start1 = vextq_u32(k4k5k0n0,k4k5k0n0,1);
core.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:9:
core.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:7196:1: error: inlining failed in call to 'always_inline' 'vcombine_u32': target specific option mismatch
core.c:  7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
core.c: ...

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

Compiler output


core.S: core.S:598:29: error: expected '%<type>' or "<type>"
core.S: .section .note.GNU-stack,"",@progbits
core.S:                             ^

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

Compiler output


core.S: core.S: Assembler messages:
core.S: core.S:598: Error: junk at end of line, first unrecognized character is `,'

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

Namespace violations


core.o N 0
core.o N 102
core.o N 114
core.o N 116
core.o N 124
core.o N 137
core.o N 139
core.o N 163
core.o N 167
core.o N 16b
core.o N 16e
core.o N 170
core.o N 172
core.o N 176
core.o N 17a
core.o N 17e
core.o N 182
core.o N 186
core.o N 18a
core.o N 18e
core.o N 192
core.o N 196
core.o N 19a
core.o N 19d
core.o N 1a0
core.o N 1a4
core.o N 1a8
core.o N 1ab
core.o N 1ae
core.o N 1b1
core.o N 1b4
core.o N 1b7
core.o N 1ba
core.o N 1bd
core.o N 1c0
core.o N 1c3
core.o N 1c6
core.o N 1c9
core.o N 1cc
core.o N 1cf
core.o N 1d2
core.o N 1d5
core.o N 1d8
core.o N 1db
core.o N 1de
core.o N 25
core.o N 2c
core.o N ee
core.o N fb

Number of similar (implementation,compiler) pairs: 3, 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)
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


core.o N 0
core.o N 101
core.o N 12b
core.o N 12f
core.o N 141
core.o N 148
core.o N 15b
core.o N 15f
core.o N 16d
core.o N 170
core.o N 172
core.o N 174
core.o N 177
core.o N 17a
core.o N 17d
core.o N 180
core.o N 183
core.o N 186
core.o N 189
core.o N 18c
core.o N 18f
core.o N 192
core.o N 195
core.o N 198
core.o N 19b
core.o N 19e
core.o N 1a1
core.o N 1a4
core.o N 1a7
core.o N 1aa
core.o N 1ad
core.o N 1b0
core.o N 1b4
core.o N 1b8
core.o N 1bc
core.o N 1c0
core.o N 1c4
core.o N 1c8
core.o N 1cc
core.o N 1d0
core.o N 1d4
core.o N 1d8
core.o N 1dc
core.o N 1e0
core.o N 1e2
core.o N 1e4
core.o N 25
core.o N 2c
core.o N ed
core.o N fa

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


core.o N 0
core.o N 101
core.o N 113
core.o N 115
core.o N 123
core.o N 136
core.o N 138
core.o N 162
core.o N 166
core.o N 16a
core.o N 16d
core.o N 16f
core.o N 171
core.o N 175
core.o N 179
core.o N 17d
core.o N 181
core.o N 185
core.o N 189
core.o N 18d
core.o N 191
core.o N 195
core.o N 199
core.o N 19d
core.o N 1a1
core.o N 1a4
core.o N 1a7
core.o N 1aa
core.o N 1ad
core.o N 1b0
core.o N 1b3
core.o N 1b6
core.o N 1b9
core.o N 1bc
core.o N 1bf
core.o N 1c2
core.o N 1c5
core.o N 1c8
core.o N 1cb
core.o N 1ce
core.o N 1d1
core.o N 1d4
core.o N 1d7
core.o N 1da
core.o N 1dd
core.o N 25
core.o N 2c
core.o N ed
core.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
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 94293810 1133048717 1000000000 crypto_core/salsa208/ref
--24390-- WARNING: Serious error when reading debug info
--24390-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24390-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24390-- WARNING: Serious error when reading debug info
--24390-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24390-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--24390-- WARNING: unhandled syscall: 369
--24390-- You may be able to write your own handler.
--24390-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24390-- Nevertheless we consider this a bug.  Please report
--24390-- it at http://valgrind.org/support/bug_reports.html.
--24390-- WARNING: unhandled syscall: 369
--24390-- You may be able to write your own handler.
--24390-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24390-- Nevertheless we consider this a bug.  Please report
--24390-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.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...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   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:171)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 95858807 1245442498 1000000000 crypto_core/salsa208/ref
--23844-- WARNING: Serious error when reading debug info
--23844-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23844-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23844-- WARNING: Serious error when reading debug info
--23844-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23844-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--23844-- WARNING: unhandled syscall: 369
--23844-- You may be able to write your own handler.
--23844-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23844-- Nevertheless we consider this a bug.  Please report
--23844-- it at http://valgrind.org/support/bug_reports.html.
--23844-- WARNING: unhandled syscall: 369
--23844-- You may be able to write your own handler.
--23844-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23844-- Nevertheless we consider this a bug.  Please report
--23844-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.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...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   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:171)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 13253973 580657829 1000000000 crypto_core/salsa208/ref
--24663-- WARNING: Serious error when reading debug info
--24663-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24663-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24663-- WARNING: Serious error when reading debug info
--24663-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24663-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:156)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   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:171)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--24117-- WARNING: unhandled syscall: 369
--24117-- You may be able to write your own handler.
--24117-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24117-- Nevertheless we consider this a bug.  Please report
--24117-- it at http://valgrind.org/support/bug_reports.html.
--24117-- WARNING: unhandled syscall: 369
--24117-- You may be able to write your own handler.
--24117-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24117-- Nevertheless we consider this a bug.  Please report
--24117-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.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...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   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:171)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack 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
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 90215644 1149929460 1000000000 crypto_core/salsa208/ref
--24936-- WARNING: Serious error when reading debug info
--24936-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24936-- Ignoring non-Dwarf2/3/4 block in .debug_info
--24936-- WARNING: Serious error when reading debug info
--24936-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--24936-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--24936-- WARNING: unhandled syscall: 369
--24936-- You may be able to write your own handler.
--24936-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24936-- Nevertheless we consider this a bug.  Please report
--24936-- it at http://valgrind.org/support/bug_reports.html.
--24936-- WARNING: unhandled syscall: 369
--24936-- You may be able to write your own handler.
--24936-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--24936-- Nevertheless we consider this a bug.  Please report
--24936-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: double_canary (try-anything.c:102)
   by 0x...: test (try.c:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:119)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.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...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   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:171)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

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

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

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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

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

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23281-- WARNING: unhandled syscall: 403
--23281-- You may be able to write your own handler.
--23281-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23281-- Nevertheless we consider this a bug.  Please report
--23281-- 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)

--23281-- WARNING: unhandled syscall: 384
--23281-- You may be able to write your own handler.
--23281-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23281-- Nevertheless we consider this a bug.  Please report
--23281-- it at http://valgrind.org/support/bug_reports.html.
--23281-- WARNING: unhandled syscall: 369
--23281-- You may be able to write your own handler.
--23281-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23281-- Nevertheless we consider this a bug.  Please report
--23281-- 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)

--23281-- WARNING: unhandled syscall: 369
--23281-- You may be able to write your own handler.
--23281-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23281-- Nevertheless we consider this a bug.  Please report
--23281-- it at http://valgrind.org/support/bug_reports.html.
--23281-- WARNING: unhandled syscall: 369
--23281-- You may be able to write your own handler.
--23281-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23281-- Nevertheless we consider this a bug.  Please report
--23281-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: input_prepare (try-anything.c:85)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-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...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 69287861 993837015 1000000000 crypto_core/salsa208/ref
--22706-- WARNING: Serious error when reading debug info
--22706-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22706-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22706-- WARNING: Serious error when reading debug info
--22706-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22706-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22706-- WARNING: Serious error when reading debug info
--22706-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22706-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22706-- WARNING: Serious error when reading debug info
--22706-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22706-- 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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22706-- WARNING: unhandled syscall: 403
--22706-- You may be able to write your own handler.
--22706-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22706-- Nevertheless we consider this a bug.  Please report
--22706-- 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)

--22706-- WARNING: unhandled syscall: 384
--22706-- You may be able to write your own handler.
--22706-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22706-- Nevertheless we consider this a bug.  Please report
--22706-- it at http://valgrind.org/support/bug_reports.html.
--22706-- WARNING: unhandled syscall: 369
--22706-- You may be able to write your own handler.
--22706-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22706-- Nevertheless we consider this a bug.  Please report
--22706-- 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)

--22706-- WARNING: unhandled syscall: 369
--22706-- You may be able to write your own handler.
--22706-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22706-- Nevertheless we consider this a bug.  Please report
--22706-- it at http://valgrind.org/support/bug_reports.html.
--22706-- WARNING: unhandled syscall: 369
--22706-- You may be able to write your own handler.
--22706-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22706-- Nevertheless we consider this a bug.  Please report
--22706-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: input_prepare (try-anything.c:85)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-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...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 10735979 582579831 1000000000 crypto_core/salsa208/ref
--23568-- WARNING: Serious error when reading debug info
--23568-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23568-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23568-- WARNING: Serious error when reading debug info
--23568-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--23568-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23568-- WARNING: Serious error when reading debug info
--23568-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23568-- Ignoring non-Dwarf2/3/4 block in .debug_info
--23568-- WARNING: Serious error when reading debug info
--23568-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--23568-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--23568-- WARNING: unhandled syscall: 403
--23568-- You may be able to write your own handler.
--23568-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23568-- Nevertheless we consider this a bug.  Please report
--23568-- 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)

--23568-- WARNING: unhandled syscall: 384
--23568-- You may be able to write your own handler.
--23568-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23568-- Nevertheless we consider this a bug.  Please report
--23568-- it at http://valgrind.org/support/bug_reports.html.
--23568-- WARNING: unhandled syscall: 369
--23568-- You may be able to write your own handler.
--23568-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23568-- Nevertheless we consider this a bug.  Please report
--23568-- 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)

--23568-- WARNING: unhandled syscall: 369
--23568-- You may be able to write your own handler.
--23568-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23568-- Nevertheless we consider this a bug.  Please report
--23568-- it at http://valgrind.org/support/bug_reports.html.
--23568-- WARNING: unhandled syscall: 369
--23568-- You may be able to write your own handler.
--23568-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--23568-- Nevertheless we consider this a bug.  Please report
--23568-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
   at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: input_prepare (try-anything.c:165)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
a79052839bea9e8fbb95d55ebfc825de86ff4b02c84ea20b826b716d3aa458e4 8466983 667363665 1000000000 crypto_core/salsa208/ref
--22993-- WARNING: Serious error when reading debug info
--22993-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22993-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22993-- WARNING: Serious error when reading debug info
--22993-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--22993-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param openat(filename) contains uninitialised byte(s)
   at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22993-- WARNING: Serious error when reading debug info
--22993-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22993-- Ignoring non-Dwarf2/3/4 block in .debug_info
--22993-- WARNING: Serious error when reading debug info
--22993-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--22993-- 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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Syscall param set_tls(addr) contains uninitialised byte(s)
   at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

--22993-- WARNING: unhandled syscall: 403
--22993-- You may be able to write your own handler.
--22993-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22993-- Nevertheless we consider this a bug.  Please report
--22993-- 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)

--22993-- WARNING: unhandled syscall: 384
--22993-- You may be able to write your own handler.
--22993-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22993-- Nevertheless we consider this a bug.  Please report
--22993-- it at http://valgrind.org/support/bug_reports.html.
--22993-- WARNING: unhandled syscall: 369
--22993-- You may be able to write your own handler.
--22993-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22993-- Nevertheless we consider this a bug.  Please report
--22993-- 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)

--22993-- WARNING: unhandled syscall: 369
--22993-- You may be able to write your own handler.
--22993-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22993-- Nevertheless we consider this a bug.  Please report
--22993-- it at http://valgrind.org/support/bug_reports.html.
--22993-- WARNING: unhandled syscall: 369
--22993-- You may be able to write your own handler.
--22993-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--22993-- Nevertheless we consider this a bug.  Please report
--22993-- 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:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: salsa20.part.0 (try-anything.c:102)
   by 0x...: input_prepare (try-anything.c:85)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
   by 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/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:113)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-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...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Use of uninitialised value of size 4
   at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)