Test results for armeabi, berry0, crypto_core/salsa20
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_core
Test results for armeabi, berry0, crypto_core
Test results for crypto_core/salsa20
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_core
Primitive: salsa20
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2537 | 1628 0 0 | 14804 384 760 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2555 | 1628 0 0 | 12906 380 752 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2565 | 1248 0 0 | 11619 356 752 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2838 | 1644 0 0 | 14844 384 760 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2863 | 1628 0 0 | 14804 384 752 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2885 | 1096 0 0 | 11338 352 752 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
2925 | 1248 0 0 | 13303 356 752 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
3110 | 1088 0 0 | 10659 348 752 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
6680 | 1460 0 0 | 12698 380 752 | ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240928 | 20240909 |
Compiler output
core.c: In file included from core.c:8:
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:20:9: error: unknown type name 'uint32x4_t'
core.c: const uint32x4_t abab = {-1,0,-1,0};
core.c: ^
core.c: core.c:22: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:23: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:24: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:25: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:27:3: error: use of undeclared identifier 'uint32x4_t'
core.c: uint32x4_t n1n2n3n0 = vextq_u32(n0n1n2n3,n0n1n2n3,1);
core.c: ^
core.c: core.c:28: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:
Implementation | Compiler |
armneon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon | clang -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:8:
core.c: core.c: In function 'crypto_core_salsa20_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:50:23: note: called from here
core.c: 50 | uint32x4_t start3 = vextq_u32(k2k3n3k7,k2k3n3k7,1);
core.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:8:
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 start2 = vextq_u32(n1n2k6k1,n1n2k6k1,1);
core.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:8:
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:48:23: note: called from here
core.c: 48 | uint32x4_t start1 = vextq_u32(k4k5k0n0,k4k5k0n0,1);
core.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
core.c: In file included from core.c:8:
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:
Implementation | Compiler |
armneon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon | gcc -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:
Implementation | Compiler |
armneon2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
armneon2 | clang -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:
Implementation | Compiler |
armneon2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
armneon2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
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 161
core.o N 165
core.o N 169
core.o N 16c
core.o N 16e
core.o N 170
core.o N 174
core.o N 178
core.o N 17c
core.o N 180
core.o N 184
core.o N 188
core.o N 18c
core.o N 190
core.o N 194
core.o N 198
core.o N 19b
core.o N 19e
core.o N 1a2
core.o N 1a6
core.o N 1a9
core.o N 1ac
core.o N 1af
core.o N 1b2
core.o N 1b5
core.o N 1b8
core.o N 1bb
core.o N 1be
core.o N 1c1
core.o N 1c4
core.o N 1c7
core.o N 1ca
core.o N 1cd
core.o N 1d0
core.o N 1d3
core.o N 1d6
core.o N 1d9
core.o N 1dc
core.o N 25
core.o N 2c
core.o N ed
core.o N fa
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
ref | clang -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 100
core.o N 129
core.o N 12d
core.o N 13f
core.o N 146
core.o N 159
core.o N 15d
core.o N 16b
core.o N 16e
core.o N 170
core.o N 172
core.o N 175
core.o N 178
core.o N 17b
core.o N 17e
core.o N 181
core.o N 184
core.o N 187
core.o N 18a
core.o N 18d
core.o N 190
core.o N 193
core.o N 196
core.o N 199
core.o N 19c
core.o N 19f
core.o N 1a2
core.o N 1a5
core.o N 1a8
core.o N 1ab
core.o N 1ae
core.o N 1b2
core.o N 1b6
core.o N 1ba
core.o N 1be
core.o N 1c2
core.o N 1c6
core.o N 1ca
core.o N 1ce
core.o N 1d2
core.o N 1d6
core.o N 1da
core.o N 1de
core.o N 1e0
core.o N 1e2
core.o N 25
core.o N 2c
core.o N ec
core.o N f9
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -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 100
core.o N 112
core.o N 114
core.o N 122
core.o N 135
core.o N 137
core.o N 160
core.o N 164
core.o N 168
core.o N 16b
core.o N 16d
core.o N 16f
core.o N 173
core.o N 177
core.o N 17b
core.o N 17f
core.o N 183
core.o N 187
core.o N 18b
core.o N 18f
core.o N 193
core.o N 197
core.o N 19b
core.o N 19f
core.o N 1a2
core.o N 1a5
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 25
core.o N 2c
core.o N ec
core.o N f9
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 94122824 1127304893 1000000000 crypto_core/salsa20/ref
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5653-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5653-- 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)
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5653-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5653-- 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)
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5653-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5653-- 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)
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5653-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5653-- 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)
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5653-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5653-- WARNING: Serious error when reading debug info
--5653-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5653-- 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)
--5653-- WARNING: unhandled syscall: 403
--5653-- You may be able to write your own handler.
--5653-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5653-- Nevertheless we consider this a bug. Please report
--5653-- 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)
--5653-- WARNING: unhandled syscall: 384
--5653-- You may be able to write your own handler.
--5653-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5653-- Nevertheless we consider this a bug. Please report
--5653-- it at http://valgrind.org/support/bug_reports.html.
--5653-- WARNING: unhandled syscall: 369
--5653-- You may be able to write your own handler.
--5653-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5653-- Nevertheless we consider this a bug. Please report
--5653-- 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)
--5653-- WARNING: unhandled syscall: 369
--5653-- You may be able to write your own handler.
--5653-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5653-- Nevertheless we consider this a bug. Please report
--5653-- it at http://valgrind.org/support/bug_reports.html.
--5653-- WARNING: unhandled syscall: 369
--5653-- You may be able to write your own handler.
--5653-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5653-- Nevertheless we consider this a bug. Please report
--5653-- 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:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 95787824 1257606690 1000000000 crypto_core/salsa20/ref
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5106-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5106-- 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)
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5106-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5106-- 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)
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5106-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5106-- 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)
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5106-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5106-- 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)
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5106-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5106-- WARNING: Serious error when reading debug info
--5106-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5106-- 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)
--5106-- WARNING: unhandled syscall: 403
--5106-- You may be able to write your own handler.
--5106-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5106-- Nevertheless we consider this a bug. Please report
--5106-- 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)
--5106-- WARNING: unhandled syscall: 384
--5106-- You may be able to write your own handler.
--5106-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5106-- Nevertheless we consider this a bug. Please report
--5106-- it at http://valgrind.org/support/bug_reports.html.
--5106-- WARNING: unhandled syscall: 369
--5106-- You may be able to write your own handler.
--5106-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5106-- Nevertheless we consider this a bug. Please report
--5106-- 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)
--5106-- WARNING: unhandled syscall: 369
--5106-- You may be able to write your own handler.
--5106-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5106-- Nevertheless we consider this a bug. Please report
--5106-- it at http://valgrind.org/support/bug_reports.html.
--5106-- WARNING: unhandled syscall: 369
--5106-- You may be able to write your own handler.
--5106-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5106-- Nevertheless we consider this a bug. Please report
--5106-- 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:
Implementation | Compiler |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 13271975 561504942 1000000000 crypto_core/salsa20/ref
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5926-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5926-- 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)
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5926-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5926-- 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)
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5926-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5926-- 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)
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5926-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5926-- 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)
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5926-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5926-- WARNING: Serious error when reading debug info
--5926-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5926-- 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)
--5926-- WARNING: unhandled syscall: 403
--5926-- You may be able to write your own handler.
--5926-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5926-- Nevertheless we consider this a bug. Please report
--5926-- 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)
--5926-- WARNING: unhandled syscall: 384
--5926-- You may be able to write your own handler.
--5926-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5926-- Nevertheless we consider this a bug. Please report
--5926-- it at http://valgrind.org/support/bug_reports.html.
--5926-- WARNING: unhandled syscall: 369
--5926-- You may be able to write your own handler.
--5926-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5926-- Nevertheless we consider this a bug. Please report
--5926-- 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)
--5926-- WARNING: unhandled syscall: 369
--5926-- You may be able to write your own handler.
--5926-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5926-- Nevertheless we consider this a bug. Please report
--5926-- it at http://valgrind.org/support/bug_reports.html.
--5926-- WARNING: unhandled syscall: 369
--5926-- You may be able to write your own handler.
--5926-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5926-- Nevertheless we consider this a bug. Please report
--5926-- 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:
Implementation | Compiler |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 94340826 849271426 1000000000 crypto_core/salsa20/ref
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5379-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--5379-- 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)
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5379-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--5379-- 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)
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5379-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--5379-- 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)
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5379-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--5379-- 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)
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5379-- Ignoring non-Dwarf2/3/4 block in .debug_info
--5379-- WARNING: Serious error when reading debug info
--5379-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--5379-- 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)
--5379-- WARNING: unhandled syscall: 403
--5379-- You may be able to write your own handler.
--5379-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5379-- Nevertheless we consider this a bug. Please report
--5379-- 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)
--5379-- WARNING: unhandled syscall: 384
--5379-- You may be able to write your own handler.
--5379-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5379-- Nevertheless we consider this a bug. Please report
--5379-- it at http://valgrind.org/support/bug_reports.html.
--5379-- WARNING: unhandled syscall: 369
--5379-- You may be able to write your own handler.
--5379-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5379-- Nevertheless we consider this a bug. Please report
--5379-- 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)
--5379-- WARNING: unhandled syscall: 369
--5379-- You may be able to write your own handler.
--5379-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5379-- Nevertheless we consider this a bug. Please report
--5379-- it at http://valgrind.org/support/bug_reports.html.
--5379-- WARNING: unhandled syscall: 369
--5379-- You may be able to write your own handler.
--5379-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--5379-- Nevertheless we consider this a bug. Please report
--5379-- 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...: 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:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 90383828 1161885796 1000000000 crypto_core/salsa20/ref
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--6200-- Ignoring non-Dwarf2/3/4 block in .debug_info
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--6200-- 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)
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--6200-- Ignoring non-Dwarf2/3/4 block in .debug_info
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--6200-- 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)
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--6200-- Ignoring non-Dwarf2/3/4 block in .debug_info
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--6200-- 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)
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--6200-- Ignoring non-Dwarf2/3/4 block in .debug_info
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--6200-- 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)
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--6200-- Ignoring non-Dwarf2/3/4 block in .debug_info
--6200-- WARNING: Serious error when reading debug info
--6200-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--6200-- 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)
--6200-- WARNING: unhandled syscall: 403
--6200-- You may be able to write your own handler.
--6200-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6200-- Nevertheless we consider this a bug. Please report
--6200-- 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)
--6200-- WARNING: unhandled syscall: 384
--6200-- You may be able to write your own handler.
--6200-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6200-- Nevertheless we consider this a bug. Please report
--6200-- it at http://valgrind.org/support/bug_reports.html.
--6200-- WARNING: unhandled syscall: 369
--6200-- You may be able to write your own handler.
--6200-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6200-- Nevertheless we consider this a bug. Please report
--6200-- 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)
--6200-- WARNING: unhandled syscall: 369
--6200-- You may be able to write your own handler.
--6200-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6200-- Nevertheless we consider this a bug. Please report
--6200-- it at http://valgrind.org/support/bug_reports.html.
--6200-- WARNING: unhandled syscall: 369
--6200-- You may be able to write your own handler.
--6200-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--6200-- Nevertheless we consider this a bug. Please report
--6200-- 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:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 67371879 923238334 1000000000 crypto_core/salsa20/ref
--4543-- WARNING: Serious error when reading debug info
--4543-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4543-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4543-- WARNING: Serious error when reading debug info
--4543-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4543-- 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)
--4543-- WARNING: Serious error when reading debug info
--4543-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4543-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4543-- WARNING: Serious error when reading debug info
--4543-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4543-- 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)
--4543-- WARNING: unhandled syscall: 403
--4543-- You may be able to write your own handler.
--4543-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4543-- Nevertheless we consider this a bug. Please report
--4543-- 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)
--4543-- WARNING: unhandled syscall: 384
--4543-- You may be able to write your own handler.
--4543-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4543-- Nevertheless we consider this a bug. Please report
--4543-- it at http://valgrind.org/support/bug_reports.html.
--4543-- WARNING: unhandled syscall: 369
--4543-- You may be able to write your own handler.
--4543-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4543-- Nevertheless we consider this a bug. Please report
--4543-- 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)
--4543-- WARNING: unhandled syscall: 369
--4543-- You may be able to write your own handler.
--4543-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4543-- Nevertheless we consider this a bug. Please report
--4543-- it at http://valgrind.org/support/bug_reports.html.
--4543-- WARNING: unhandled syscall: 369
--4543-- You may be able to write your own handler.
--4543-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4543-- Nevertheless we consider this a bug. Please report
--4543-- 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:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 67776881 1003994224 1000000000 crypto_core/salsa20/ref
--3969-- WARNING: Serious error when reading debug info
--3969-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--3969-- Ignoring non-Dwarf2/3/4 block in .debug_info
--3969-- WARNING: Serious error when reading debug info
--3969-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--3969-- 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)
--3969-- WARNING: Serious error when reading debug info
--3969-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--3969-- Ignoring non-Dwarf2/3/4 block in .debug_info
--3969-- WARNING: Serious error when reading debug info
--3969-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--3969-- 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)
--3969-- WARNING: unhandled syscall: 403
--3969-- You may be able to write your own handler.
--3969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3969-- Nevertheless we consider this a bug. Please report
--3969-- 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)
--3969-- WARNING: unhandled syscall: 384
--3969-- You may be able to write your own handler.
--3969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3969-- Nevertheless we consider this a bug. Please report
--3969-- it at http://valgrind.org/support/bug_reports.html.
--3969-- WARNING: unhandled syscall: 369
--3969-- You may be able to write your own handler.
--3969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3969-- Nevertheless we consider this a bug. Please report
--3969-- 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)
--3969-- WARNING: unhandled syscall: 369
--3969-- You may be able to write your own handler.
--3969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3969-- Nevertheless we consider this a bug. Please report
--3969-- it at http://valgrind.org/support/bug_reports.html.
--3969-- WARNING: unhandled syscall: 369
--3969-- You may be able to write your own handler.
--3969-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--3969-- Nevertheless we consider this a bug. Please report
--3969-- 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:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 10834980 581132944 1000000000 crypto_core/salsa20/ref
--4830-- WARNING: Serious error when reading debug info
--4830-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4830-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4830-- WARNING: Serious error when reading debug info
--4830-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4830-- 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)
--4830-- WARNING: Serious error when reading debug info
--4830-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4830-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4830-- WARNING: Serious error when reading debug info
--4830-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4830-- 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)
--4830-- WARNING: unhandled syscall: 403
--4830-- You may be able to write your own handler.
--4830-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4830-- Nevertheless we consider this a bug. Please report
--4830-- 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)
--4830-- WARNING: unhandled syscall: 384
--4830-- You may be able to write your own handler.
--4830-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4830-- Nevertheless we consider this a bug. Please report
--4830-- it at http://valgrind.org/support/bug_reports.html.
--4830-- WARNING: unhandled syscall: 369
--4830-- You may be able to write your own handler.
--4830-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4830-- Nevertheless we consider this a bug. Please report
--4830-- 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)
--4830-- WARNING: unhandled syscall: 369
--4830-- You may be able to write your own handler.
--4830-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4830-- Nevertheless we consider this a bug. Please report
--4830-- it at http://valgrind.org/support/bug_reports.html.
--4830-- WARNING: unhandled syscall: 369
--4830-- You may be able to write your own handler.
--4830-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4830-- Nevertheless we consider this a bug. Please report
--4830-- 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:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
aec32b5f109235c11578bc8bc724b5b4b0e00d649351a3947a1f47bf210c37a5 8458985 662812817 1000000000 crypto_core/salsa20/ref
--4256-- WARNING: Serious error when reading debug info
--4256-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4256-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4256-- WARNING: Serious error when reading debug info
--4256-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--4256-- 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)
--4256-- WARNING: Serious error when reading debug info
--4256-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4256-- Ignoring non-Dwarf2/3/4 block in .debug_info
--4256-- WARNING: Serious error when reading debug info
--4256-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--4256-- 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)
--4256-- WARNING: unhandled syscall: 403
--4256-- You may be able to write your own handler.
--4256-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4256-- Nevertheless we consider this a bug. Please report
--4256-- 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)
--4256-- WARNING: unhandled syscall: 384
--4256-- You may be able to write your own handler.
--4256-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4256-- Nevertheless we consider this a bug. Please report
--4256-- it at http://valgrind.org/support/bug_reports.html.
--4256-- WARNING: unhandled syscall: 369
--4256-- You may be able to write your own handler.
--4256-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4256-- Nevertheless we consider this a bug. Please report
--4256-- 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)
--4256-- WARNING: unhandled syscall: 369
--4256-- You may be able to write your own handler.
--4256-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4256-- Nevertheless we consider this a bug. Please report
--4256-- it at http://valgrind.org/support/bug_reports.html.
--4256-- WARNING: unhandled syscall: 369
--4256-- You may be able to write your own handler.
--4256-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--4256-- Nevertheless we consider this a bug. Please report
--4256-- 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:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |