Test results for armeabi, berry0, crypto_hash/lsh256
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_hash
Test results for armeabi, berry0, crypto_hash
Test results for crypto_hash/lsh256
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: lsh256
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
76182 | 24016 0 0 | 24096 384 752 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
79195 | 23824 0 0 | 21518 380 744 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
79364 | 24016 0 0 | 24048 384 752 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
79383 | 23984 0 0 | 23500 384 744 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
92856 | 27208 0 0 | 24407 356 744 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
93957 | 27720 0 0 | 23003 356 744 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
110243 | 26888 0 0 | 21839 348 744 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
123474 | 26704 0 0 | 22375 356 744 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
146424 | 2410 164 0 | 1135727 72781 11968 | cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
146657 | 2079 164 0 | 1139917 72805 11984 | cryptopp | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
146742 | 2366 164 0 | 1137497 72777 11968 | cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
146865 | 2079 164 0 | 1139373 72805 11968 | cryptopp | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
146879 | 2205 164 0 | 1135619 72781 11968 | cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
147055 | 3463 164 0 | 1140283 72861 11968 | cryptopp | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
147082 | 2239 164 0 | 1137902 72801 11968 | cryptopp | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
147259 | 1823 164 0 | 1134603 72777 11968 | cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
173803 | 39376 0 0 | 29302 380 744 | ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241002 | 20240909 |
Compiler output
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: In file included from ./lsh-impl.h:28:
lsh-impl.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
lsh-impl.c: #error "NEON support not enabled"
lsh-impl.c: ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:37:10: error: unknown type name 'int32x4_t'; did you mean 'int32_t'?
lsh-impl.c: typedef int32x4_t lsh_s32x4;
lsh-impl.c: ^~~~~~~~~
lsh-impl.c: int32_t
lsh-impl.c: /usr/include/arm-linux-gnueabihf/bits/stdint-intn.h:26:19: note: 'int32_t' declared here
lsh-impl.c: typedef __int32_t int32_t;
lsh-impl.c: ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:42:9: error: unknown type name 'uint32x4_t'; did you mean 'uint32_t'?
lsh-impl.c: typedef uint32x4_t lsh_u32x4;
lsh-impl.c: ^~~~~~~~~~
lsh-impl.c: uint32_t
lsh-impl.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:26:20: note: 'uint32_t' declared here
lsh-impl.c: typedef __uint32_t uint32_t;
lsh-impl.c: ^
lsh-impl.c: In file included from lsh-impl.c:25:
lsh-impl.c: ./lsh-impl.h:47:9: error: unknown type name 'uint32x2_t'; did you mean 'uint32_t'?
lsh-impl.c: typedef uint32x2_t lsh_u32x2;
lsh-impl.c: ^~~~~~~~~~
lsh-impl.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
neon | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
neon | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
neon | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
neon | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
neon | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
lsh-impl.c: lsh-impl.c:74:22: warning: 'BETA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 74 | static const lsh_u32 BETA_ODD = 17;
lsh-impl.c: | ^~~~~~~~
lsh-impl.c: lsh-impl.c:73:22: warning: 'BETA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 73 | static const lsh_u32 BETA_EVEN = 1;
lsh-impl.c: | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:72:22: warning: 'ALPHA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 72 | static const lsh_u32 ALPHA_ODD = 5;
lsh-impl.c: | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:71:22: warning: 'ALPHA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 71 | static const lsh_u32 ALPHA_EVEN = 29;
lsh-impl.c: | ^~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c: from lsh-impl.c:25:
lsh-impl.c: lsh-impl.c: In function 'msg_permutation':
lsh-impl.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
lsh-impl.c: 7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
lsh-impl.c: | ^~~~~~~~~~~~
lsh-impl.c: lsh-impl.c:105:9: note: called from here
lsh-impl.c: 105 | return vcombine_u32(high, low);
lsh-impl.c: | ^~~~~~~~~~~~~~~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c: from lsh-impl.c:25:
lsh-impl.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8940:1: error: inlining failed in call to 'always_inline' 'vrev64_u32': target specific option mismatch
lsh-impl.c: 8940 | vrev64_u32 (uint32x2_t __a)
lsh-impl.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
lsh-impl.o N 0
lsh-impl.o N 105
lsh-impl.o N 110
lsh-impl.o N 119
lsh-impl.o N 121
lsh-impl.o N 135
lsh-impl.o N 13d
lsh-impl.o N 14d
lsh-impl.o N 158
lsh-impl.o N 161
lsh-impl.o N 16f
lsh-impl.o N 179
lsh-impl.o N 181
lsh-impl.o N 188
lsh-impl.o N 190
lsh-impl.o N 194
lsh-impl.o N 19c
lsh-impl.o N 1a5
lsh-impl.o N 1b7
lsh-impl.o N 1bc
lsh-impl.o N 1c1
lsh-impl.o N 1cc
lsh-impl.o N 1db
lsh-impl.o N 1e3
lsh-impl.o N 1eb
lsh-impl.o N 1ef
lsh-impl.o N 1f7
lsh-impl.o N 201
lsh-impl.o N 205
lsh-impl.o N 20e
lsh-impl.o N 21d
lsh-impl.o N 228
lsh-impl.o N 22b
lsh-impl.o N 235
lsh-impl.o N 246
lsh-impl.o N 25
lsh-impl.o N 250
lsh-impl.o N 255
lsh-impl.o N 262
lsh-impl.o N 26a
lsh-impl.o N 275
lsh-impl.o N 280
lsh-impl.o N 28b
lsh-impl.o N 296
lsh-impl.o N 2a6
lsh-impl.o N 2ad
lsh-impl.o N 2b6
lsh-impl.o N 2bf
lsh-impl.o N 2c1
lsh-impl.o N 2ce
lsh-impl.o N 2da
lsh-impl.o N 2e7
lsh-impl.o N 2f3
lsh-impl.o N 2f7
lsh-impl.o N 30
lsh-impl.o N 300
lsh-impl.o N 30a
lsh-impl.o N 31b
lsh-impl.o N 32d
lsh-impl.o N 339
lsh-impl.o N 341
lsh-impl.o N 34f
lsh-impl.o N 35c
lsh-impl.o N 36a
lsh-impl.o N 36f
lsh-impl.o N 37a
lsh-impl.o N 381
lsh-impl.o N 386
lsh-impl.o N 392
lsh-impl.o N 3a2
lsh-impl.o N 3b1
lsh-impl.o N 3bb
lsh-impl.o N 3c3
lsh-impl.o N f0
lsh-impl.o N f8
lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o N 0
lsh.o N 100
lsh.o N 10b
lsh.o N 114
lsh.o N 11c
lsh.o N 130
lsh.o N 138
lsh.o N 148
lsh.o N 153
lsh.o N 15c
lsh.o N 16a
lsh.o N 174
lsh.o N 17c
lsh.o N 183
lsh.o N 18b
lsh.o N 18f
lsh.o N 197
lsh.o N 1a0
lsh.o N 1b2
lsh.o N 1b7
lsh.o N 1bc
lsh.o N 1c7
lsh.o N 1d6
lsh.o N 1de
lsh.o N 1e6
lsh.o N 1ea
lsh.o N 1f2
lsh.o N 1fc
lsh.o N 200
lsh.o N 209
lsh.o N 218
lsh.o N 223
lsh.o N 226
lsh.o N 230
lsh.o N 241
lsh.o N 24b
lsh.o N 25
lsh.o N 250
lsh.o N 25d
lsh.o N 265
lsh.o N 270
lsh.o N 27b
lsh.o N 286
lsh.o N 291
lsh.o N 2a1
lsh.o N 2a8
lsh.o N 2b
lsh.o N 2b1
lsh.o N 2ba
lsh.o N 2bc
lsh.o N 2c9
lsh.o N 2d5
lsh.o N 2e2
lsh.o N 2ee
lsh.o N 2f2
lsh.o N 2fb
lsh.o N 305
lsh.o N 316
lsh.o N 328
lsh.o N 334
lsh.o N 33c
lsh.o N 34a
lsh.o N 357
lsh.o N 365
lsh.o N 36a
lsh.o N 375
lsh.o N 37c
lsh.o N 381
lsh.o N 38d
lsh.o N 39d
lsh.o N 3ac
lsh.o N 3b6
lsh.o N 3be
lsh.o N eb
lsh.o N f3
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T
wrapper.o N 0
wrapper.o N 10a
wrapper.o N 118
wrapper.o N 140
wrapper.o N 144
wrapper.o N 148
wrapper.o N 14b
wrapper.o N 151
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ef
wrapper.o N fd
Number of similar (implementation,compiler) pairs: 2, namely:
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) |
Namespace violations
lsh-impl.o N 0
lsh-impl.o N 104
lsh-impl.o N 10f
lsh-impl.o N 118
lsh-impl.o N 120
lsh-impl.o N 134
lsh-impl.o N 13c
lsh-impl.o N 14c
lsh-impl.o N 157
lsh-impl.o N 160
lsh-impl.o N 16e
lsh-impl.o N 178
lsh-impl.o N 180
lsh-impl.o N 187
lsh-impl.o N 18f
lsh-impl.o N 193
lsh-impl.o N 19b
lsh-impl.o N 1a4
lsh-impl.o N 1b6
lsh-impl.o N 1bb
lsh-impl.o N 1c0
lsh-impl.o N 1cb
lsh-impl.o N 1da
lsh-impl.o N 1e2
lsh-impl.o N 1ea
lsh-impl.o N 1ee
lsh-impl.o N 1f6
lsh-impl.o N 200
lsh-impl.o N 204
lsh-impl.o N 20d
lsh-impl.o N 218
lsh-impl.o N 21b
lsh-impl.o N 225
lsh-impl.o N 234
lsh-impl.o N 23e
lsh-impl.o N 243
lsh-impl.o N 25
lsh-impl.o N 254
lsh-impl.o N 261
lsh-impl.o N 269
lsh-impl.o N 274
lsh-impl.o N 27f
lsh-impl.o N 28a
lsh-impl.o N 295
lsh-impl.o N 2a5
lsh-impl.o N 2ae
lsh-impl.o N 2b7
lsh-impl.o N 2b9
lsh-impl.o N 2c6
lsh-impl.o N 2cd
lsh-impl.o N 2d9
lsh-impl.o N 2e6
lsh-impl.o N 2f2
lsh-impl.o N 2f6
lsh-impl.o N 2ff
lsh-impl.o N 30
lsh-impl.o N 309
lsh-impl.o N 31b
lsh-impl.o N 32c
lsh-impl.o N 338
lsh-impl.o N 340
lsh-impl.o N 34e
lsh-impl.o N 35b
lsh-impl.o N 369
lsh-impl.o N 36e
lsh-impl.o N 379
lsh-impl.o N 380
lsh-impl.o N 385
lsh-impl.o N 391
lsh-impl.o N 3a1
lsh-impl.o N 3b0
lsh-impl.o N 3ba
lsh-impl.o N 3c2
lsh-impl.o N ef
lsh-impl.o N f7
lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o N 0
lsh.o N 10a
lsh.o N 113
lsh.o N 11b
lsh.o N 12f
lsh.o N 137
lsh.o N 147
lsh.o N 152
lsh.o N 15b
lsh.o N 169
lsh.o N 173
lsh.o N 17b
lsh.o N 182
lsh.o N 18a
lsh.o N 18e
lsh.o N 196
lsh.o N 19f
lsh.o N 1b1
lsh.o N 1b6
lsh.o N 1bb
lsh.o N 1c6
lsh.o N 1d5
lsh.o N 1dd
lsh.o N 1e5
lsh.o N 1e9
lsh.o N 1f1
lsh.o N 1fb
lsh.o N 1ff
lsh.o N 208
lsh.o N 213
lsh.o N 216
lsh.o N 220
lsh.o N 22f
lsh.o N 239
lsh.o N 23e
lsh.o N 24f
lsh.o N 25
lsh.o N 25c
lsh.o N 264
lsh.o N 26f
lsh.o N 27a
lsh.o N 285
lsh.o N 290
lsh.o N 2a0
lsh.o N 2a9
lsh.o N 2b
lsh.o N 2b2
lsh.o N 2b4
lsh.o N 2c1
lsh.o N 2c8
lsh.o N 2d4
lsh.o N 2e1
lsh.o N 2ed
lsh.o N 2f1
lsh.o N 2fa
lsh.o N 304
lsh.o N 316
lsh.o N 327
lsh.o N 333
lsh.o N 33b
lsh.o N 349
lsh.o N 356
lsh.o N 364
lsh.o N 369
lsh.o N 374
lsh.o N 37b
lsh.o N 380
lsh.o N 38c
lsh.o N 39c
lsh.o N 3ab
lsh.o N 3b5
lsh.o N 3bd
lsh.o N ea
lsh.o N f2
lsh.o N ff
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T
wrapper.o N 0
wrapper.o N 109
wrapper.o N 117
wrapper.o N 13f
wrapper.o N 143
wrapper.o N 147
wrapper.o N 14a
wrapper.o N 150
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ee
wrapper.o N fc
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
lsh-impl.o N 0
lsh-impl.o N 105
lsh-impl.o N 110
lsh-impl.o N 119
lsh-impl.o N 121
lsh-impl.o N 135
lsh-impl.o N 13d
lsh-impl.o N 14d
lsh-impl.o N 158
lsh-impl.o N 161
lsh-impl.o N 16f
lsh-impl.o N 179
lsh-impl.o N 181
lsh-impl.o N 188
lsh-impl.o N 190
lsh-impl.o N 194
lsh-impl.o N 19c
lsh-impl.o N 1a5
lsh-impl.o N 1b7
lsh-impl.o N 1bc
lsh-impl.o N 1c1
lsh-impl.o N 1cc
lsh-impl.o N 1db
lsh-impl.o N 1e3
lsh-impl.o N 1eb
lsh-impl.o N 1ef
lsh-impl.o N 1f7
lsh-impl.o N 201
lsh-impl.o N 205
lsh-impl.o N 20e
lsh-impl.o N 21d
lsh-impl.o N 228
lsh-impl.o N 22b
lsh-impl.o N 235
lsh-impl.o N 246
lsh-impl.o N 25
lsh-impl.o N 250
lsh-impl.o N 255
lsh-impl.o N 262
lsh-impl.o N 26a
lsh-impl.o N 275
lsh-impl.o N 280
lsh-impl.o N 28b
lsh-impl.o N 296
lsh-impl.o N 2a6
lsh-impl.o N 2ad
lsh-impl.o N 2b6
lsh-impl.o N 2bf
lsh-impl.o N 2c1
lsh-impl.o N 2ce
lsh-impl.o N 2da
lsh-impl.o N 2e7
lsh-impl.o N 2f3
lsh-impl.o N 2f7
lsh-impl.o N 30
lsh-impl.o N 300
lsh-impl.o N 30a
lsh-impl.o N 31c
lsh-impl.o N 32d
lsh-impl.o N 339
lsh-impl.o N 341
lsh-impl.o N 34f
lsh-impl.o N 35c
lsh-impl.o N 36a
lsh-impl.o N 36f
lsh-impl.o N 37a
lsh-impl.o N 381
lsh-impl.o N 386
lsh-impl.o N 392
lsh-impl.o N 3a2
lsh-impl.o N 3b1
lsh-impl.o N 3bb
lsh-impl.o N 3c3
lsh-impl.o N f0
lsh-impl.o N f8
lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o N 0
lsh.o N 100
lsh.o N 10b
lsh.o N 114
lsh.o N 11c
lsh.o N 130
lsh.o N 138
lsh.o N 148
lsh.o N 153
lsh.o N 15c
lsh.o N 16a
lsh.o N 174
lsh.o N 17c
lsh.o N 183
lsh.o N 18b
lsh.o N 18f
lsh.o N 197
lsh.o N 1a0
lsh.o N 1b2
lsh.o N 1b7
lsh.o N 1bc
lsh.o N 1c7
lsh.o N 1d6
lsh.o N 1de
lsh.o N 1e6
lsh.o N 1ea
lsh.o N 1f2
lsh.o N 1fc
lsh.o N 200
lsh.o N 209
lsh.o N 218
lsh.o N 223
lsh.o N 226
lsh.o N 230
lsh.o N 241
lsh.o N 24b
lsh.o N 25
lsh.o N 250
lsh.o N 25d
lsh.o N 265
lsh.o N 270
lsh.o N 27b
lsh.o N 286
lsh.o N 291
lsh.o N 2a1
lsh.o N 2a8
lsh.o N 2b
lsh.o N 2b1
lsh.o N 2ba
lsh.o N 2bc
lsh.o N 2c9
lsh.o N 2d5
lsh.o N 2e2
lsh.o N 2ee
lsh.o N 2f2
lsh.o N 2fb
lsh.o N 305
lsh.o N 317
lsh.o N 328
lsh.o N 334
lsh.o N 33c
lsh.o N 34a
lsh.o N 357
lsh.o N 365
lsh.o N 36a
lsh.o N 375
lsh.o N 37c
lsh.o N 381
lsh.o N 38d
lsh.o N 39d
lsh.o N 3ac
lsh.o N 3b6
lsh.o N 3be
lsh.o N eb
lsh.o N f3
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T
wrapper.o N 0
wrapper.o N 10a
wrapper.o N 118
wrapper.o N 140
wrapper.o N 144
wrapper.o N 148
wrapper.o N 14b
wrapper.o N 151
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ef
wrapper.o N fd
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
lsh-impl.o N 0
lsh-impl.o N 104
lsh-impl.o N 10f
lsh-impl.o N 118
lsh-impl.o N 120
lsh-impl.o N 134
lsh-impl.o N 13c
lsh-impl.o N 14c
lsh-impl.o N 157
lsh-impl.o N 160
lsh-impl.o N 16e
lsh-impl.o N 178
lsh-impl.o N 180
lsh-impl.o N 187
lsh-impl.o N 18f
lsh-impl.o N 193
lsh-impl.o N 19b
lsh-impl.o N 1a4
lsh-impl.o N 1b6
lsh-impl.o N 1bb
lsh-impl.o N 1c0
lsh-impl.o N 1cb
lsh-impl.o N 1da
lsh-impl.o N 1e2
lsh-impl.o N 1ea
lsh-impl.o N 1ee
lsh-impl.o N 1f6
lsh-impl.o N 200
lsh-impl.o N 204
lsh-impl.o N 20d
lsh-impl.o N 21c
lsh-impl.o N 227
lsh-impl.o N 22a
lsh-impl.o N 234
lsh-impl.o N 245
lsh-impl.o N 24f
lsh-impl.o N 25
lsh-impl.o N 254
lsh-impl.o N 261
lsh-impl.o N 269
lsh-impl.o N 274
lsh-impl.o N 27f
lsh-impl.o N 28a
lsh-impl.o N 295
lsh-impl.o N 2a5
lsh-impl.o N 2ae
lsh-impl.o N 2b7
lsh-impl.o N 2b9
lsh-impl.o N 2c6
lsh-impl.o N 2cd
lsh-impl.o N 2d9
lsh-impl.o N 2e6
lsh-impl.o N 2f2
lsh-impl.o N 2f6
lsh-impl.o N 2ff
lsh-impl.o N 30
lsh-impl.o N 309
lsh-impl.o N 31a
lsh-impl.o N 32c
lsh-impl.o N 338
lsh-impl.o N 340
lsh-impl.o N 34e
lsh-impl.o N 35b
lsh-impl.o N 369
lsh-impl.o N 36e
lsh-impl.o N 379
lsh-impl.o N 380
lsh-impl.o N 38c
lsh-impl.o N 391
lsh-impl.o N 3a1
lsh-impl.o N 3b0
lsh-impl.o N 3ba
lsh-impl.o N 3c2
lsh-impl.o N ef
lsh-impl.o N f7
lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o N 0
lsh.o N 10a
lsh.o N 113
lsh.o N 11b
lsh.o N 12f
lsh.o N 137
lsh.o N 147
lsh.o N 152
lsh.o N 15b
lsh.o N 169
lsh.o N 173
lsh.o N 17b
lsh.o N 182
lsh.o N 18a
lsh.o N 18e
lsh.o N 196
lsh.o N 19f
lsh.o N 1b1
lsh.o N 1b6
lsh.o N 1bb
lsh.o N 1c6
lsh.o N 1d5
lsh.o N 1dd
lsh.o N 1e5
lsh.o N 1e9
lsh.o N 1f1
lsh.o N 1fb
lsh.o N 1ff
lsh.o N 208
lsh.o N 217
lsh.o N 222
lsh.o N 225
lsh.o N 22f
lsh.o N 240
lsh.o N 24a
lsh.o N 24f
lsh.o N 25
lsh.o N 25c
lsh.o N 264
lsh.o N 26f
lsh.o N 27a
lsh.o N 285
lsh.o N 290
lsh.o N 2a0
lsh.o N 2a9
lsh.o N 2b
lsh.o N 2b2
lsh.o N 2b4
lsh.o N 2c1
lsh.o N 2c8
lsh.o N 2d4
lsh.o N 2e1
lsh.o N 2ed
lsh.o N 2f1
lsh.o N 2fa
lsh.o N 304
lsh.o N 315
lsh.o N 327
lsh.o N 333
lsh.o N 33b
lsh.o N 349
lsh.o N 356
lsh.o N 364
lsh.o N 369
lsh.o N 374
lsh.o N 37b
lsh.o N 387
lsh.o N 38c
lsh.o N 39c
lsh.o N 3ab
lsh.o N 3b5
lsh.o N 3bd
lsh.o N ea
lsh.o N f2
lsh.o N ff
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T
wrapper.o N 0
wrapper.o N 109
wrapper.o N 117
wrapper.o N 13f
wrapper.o N 143
wrapper.o N 147
wrapper.o N 14a
wrapper.o N 150
wrapper.o N 25
wrapper.o N 2f
wrapper.o N ee
wrapper.o N fc
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
lsh-impl.o lsh256_digest T
lsh-impl.o lsh256_final T
lsh-impl.o lsh256_init T
lsh-impl.o lsh256_update T
lsh.o lsh256_digest T
lsh.o lsh256_final T
lsh.o lsh256_init T
lsh.o lsh256_update T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 36284915 3434808925 1000000000 crypto_hash/lsh256/cryptopp
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14643-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14643-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14643-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14643-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14643-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14643-- 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)
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14643-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14643-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(start) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(length) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(offset) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14643-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14643-- WARNING: Serious error when reading debug info
--14643-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14643-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param set_tls(addr) contains uninitialised byte(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: __libc_sigaction (sigaction.c:51)
by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x105b9c.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14643-- WARNING: unhandled syscall: 403
--14643-- You may be able to write your own handler.
--14643-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14643-- Nevertheless we consider this a bug. Please report
--14643-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14643-- WARNING: unhandled syscall: 384
--14643-- You may be able to write your own handler.
--14643-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14643-- Nevertheless we consider this a bug. Please report
--14643-- it at http://valgrind.org/support/bug_reports.html.
--14643-- WARNING: unhandled syscall: 369
--14643-- You may be able to write your own handler.
--14643-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14643-- Nevertheless we consider this a bug. Please report
--14643-- 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)
--14643-- WARNING: unhandled syscall: 369
--14643-- You may be able to write your own handler.
--14643-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14643-- Nevertheless we consider this a bug. Please report
--14643-- it at http://valgrind.org/support/bug_reports.html.
--14643-- WARNING: unhandled syscall: 369
--14643-- You may be able to write your own handler.
--14643-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14643-- Nevertheless we consider this a bug. Please report
--14643-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:100)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:109)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:110)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | 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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 36091917 2970751098 1000000000 crypto_hash/lsh256/cryptopp
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14134-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14134-- 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)
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(start) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(length) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(offset) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14134-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14134-- WARNING: Serious error when reading debug info
--14134-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14134-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param set_tls(addr) contains uninitialised byte(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: __libc_sigaction (sigaction.c:51)
by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x105b5c.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14134-- WARNING: unhandled syscall: 403
--14134-- You may be able to write your own handler.
--14134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14134-- Nevertheless we consider this a bug. Please report
--14134-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14134-- WARNING: unhandled syscall: 384
--14134-- You may be able to write your own handler.
--14134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14134-- Nevertheless we consider this a bug. Please report
--14134-- it at http://valgrind.org/support/bug_reports.html.
--14134-- WARNING: unhandled syscall: 369
--14134-- You may be able to write your own handler.
--14134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14134-- Nevertheless we consider this a bug. Please report
--14134-- 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)
--14134-- WARNING: unhandled syscall: 369
--14134-- You may be able to write your own handler.
--14134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14134-- Nevertheless we consider this a bug. Please report
--14134-- it at http://valgrind.org/support/bug_reports.html.
--14134-- WARNING: unhandled syscall: 369
--14134-- You may be able to write your own handler.
--14134-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14134-- Nevertheless we consider this a bug. Please report
--14134-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:102)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:100)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:109)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:110)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | 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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 41118903 2723232574 1000000000 crypto_hash/lsh256/cryptopp
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--15009-- Ignoring non-Dwarf2/3/4 block in .debug_info
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--15009-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--15009-- Ignoring non-Dwarf2/3/4 block in .debug_info
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--15009-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--15009-- Ignoring non-Dwarf2/3/4 block in .debug_info
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--15009-- 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)
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--15009-- Ignoring non-Dwarf2/3/4 block in .debug_info
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--15009-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(start) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(length) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(offset) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--15009-- Ignoring non-Dwarf2/3/4 block in .debug_info
--15009-- WARNING: Serious error when reading debug info
--15009-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--15009-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param set_tls(addr) contains uninitialised byte(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: __libc_sigaction (sigaction.c:51)
by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x105dfc.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--15009-- WARNING: unhandled syscall: 403
--15009-- You may be able to write your own handler.
--15009-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--15009-- Nevertheless we consider this a bug. Please report
--15009-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--15009-- WARNING: unhandled syscall: 384
--15009-- You may be able to write your own handler.
--15009-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--15009-- Nevertheless we consider this a bug. Please report
--15009-- it at http://valgrind.org/support/bug_reports.html.
--15009-- WARNING: unhandled syscall: 369
--15009-- You may be able to write your own handler.
--15009-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--15009-- Nevertheless we consider this a bug. Please report
--15009-- 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)
--15009-- WARNING: unhandled syscall: 369
--15009-- You may be able to write your own handler.
--15009-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--15009-- Nevertheless we consider this a bug. Please report
--15009-- it at http://valgrind.org/support/bug_reports.html.
--15009-- WARNING: unhandled syscall: 369
--15009-- You may be able to write your own handler.
--15009-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--15009-- Nevertheless we consider this a bug. Please report
--15009-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
by 0x...: canary(unsigned char*, unsigned long long) (try-anything.cpp:148)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:178)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:179)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:165)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:157)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_uidivmod (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 33031923 2716698649 1000000000 crypto_hash/lsh256/cryptopp
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14387-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--14387-- 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)
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14387-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--14387-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14387-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--14387-- 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)
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14387-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--14387-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(start) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(length) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param mmap2(offset) contains uninitialised byte(s)
at 0x...: mmap (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14387-- Ignoring non-Dwarf2/3/4 block in .debug_info
--14387-- WARNING: Serious error when reading debug info
--14387-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--14387-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memmove (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_determine_tlsoffset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __udivsi3 (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_storage (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param set_tls(addr) contains uninitialised byte(s)
at 0x...: init_tls (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_add_to_slotinfo (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_allocate_tls_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: __libc_sigaction (sigaction.c:51)
by 0x...: __pthread_initialize_minimal (nptl-init.c:295)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/libpthread-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xEC510F1E
cond=14(0xE) 27:20=197(0xC5) 4:4=1 3:0=14(0xE)
valgrind: Unrecognised instruction at address 0x48c95c8.
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x1055bc.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: pthread_once (pthread_once.c:139)
by 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14387-- WARNING: unhandled syscall: 403
--14387-- You may be able to write your own handler.
--14387-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14387-- Nevertheless we consider this a bug. Please report
--14387-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--14387-- WARNING: unhandled syscall: 384
--14387-- You may be able to write your own handler.
--14387-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14387-- Nevertheless we consider this a bug. Please report
--14387-- it at http://valgrind.org/support/bug_reports.html.
--14387-- WARNING: unhandled syscall: 369
--14387-- You may be able to write your own handler.
--14387-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14387-- Nevertheless we consider this a bug. Please report
--14387-- 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)
--14387-- WARNING: unhandled syscall: 369
--14387-- You may be able to write your own handler.
--14387-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14387-- Nevertheless we consider this a bug. Please report
--14387-- it at http://valgrind.org/support/bug_reports.html.
--14387-- WARNING: unhandled syscall: 369
--14387-- You may be able to write your own handler.
--14387-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--14387-- Nevertheless we consider this a bug. Please report
--14387-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20(unsigned char*, unsigned long long, unsigned char const*, unsigned char const*) (try-anything.cpp:90)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:148)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:156)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:99)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:100)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:109)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:110)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (include/cryptopp/cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | 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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 34845921 2969915214 1000000000 crypto_hash/lsh256/cryptopp
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13495-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13495-- WARNING: Serious error when reading debug info
--13495-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13495-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x104e3c.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13495-- WARNING: unhandled syscall: 403
--13495-- You may be able to write your own handler.
--13495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13495-- Nevertheless we consider this a bug. Please report
--13495-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13495-- WARNING: unhandled syscall: 384
--13495-- You may be able to write your own handler.
--13495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13495-- Nevertheless we consider this a bug. Please report
--13495-- it at http://valgrind.org/support/bug_reports.html.
--13495-- WARNING: unhandled syscall: 369
--13495-- You may be able to write your own handler.
--13495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13495-- Nevertheless we consider this a bug. Please report
--13495-- 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)
--13495-- WARNING: unhandled syscall: 369
--13495-- You may be able to write your own handler.
--13495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13495-- Nevertheless we consider this a bug. Please report
--13495-- it at http://valgrind.org/support/bug_reports.html.
--13495-- WARNING: unhandled syscall: 369
--13495-- You may be able to write your own handler.
--13495-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13495-- Nevertheless we consider this a bug. Please report
--13495-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
by 0x...: myrandom() (try-anything.cpp:85)
by 0x...: test() (try.cpp:85)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (lsh.h:44)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 33720925 2838361673 1000000000 crypto_hash/lsh256/cryptopp
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--12847-- Ignoring non-Dwarf2/3/4 block in .debug_info
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--12847-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--12847-- Ignoring non-Dwarf2/3/4 block in .debug_info
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--12847-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--12847-- Ignoring non-Dwarf2/3/4 block in .debug_info
--12847-- WARNING: Serious error when reading debug info
--12847-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--12847-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10545c.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--12847-- WARNING: unhandled syscall: 403
--12847-- You may be able to write your own handler.
--12847-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--12847-- Nevertheless we consider this a bug. Please report
--12847-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--12847-- WARNING: unhandled syscall: 384
--12847-- You may be able to write your own handler.
--12847-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--12847-- Nevertheless we consider this a bug. Please report
--12847-- it at http://valgrind.org/support/bug_reports.html.
--12847-- WARNING: unhandled syscall: 369
--12847-- You may be able to write your own handler.
--12847-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--12847-- Nevertheless we consider this a bug. Please report
--12847-- 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)
--12847-- WARNING: unhandled syscall: 369
--12847-- You may be able to write your own handler.
--12847-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--12847-- Nevertheless we consider this a bug. Please report
--12847-- it at http://valgrind.org/support/bug_reports.html.
--12847-- WARNING: unhandled syscall: 369
--12847-- You may be able to write your own handler.
--12847-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--12847-- Nevertheless we consider this a bug. Please report
--12847-- 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...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:85)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (lsh.h:44)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 36491916 3021823036 1000000000 crypto_hash/lsh256/cryptopp
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13764-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13764-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13764-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13764-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13764-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13764-- WARNING: Serious error when reading debug info
--13764-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13764-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x104cdc.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13764-- WARNING: unhandled syscall: 403
--13764-- You may be able to write your own handler.
--13764-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13764-- Nevertheless we consider this a bug. Please report
--13764-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13764-- WARNING: unhandled syscall: 384
--13764-- You may be able to write your own handler.
--13764-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13764-- Nevertheless we consider this a bug. Please report
--13764-- it at http://valgrind.org/support/bug_reports.html.
--13764-- WARNING: unhandled syscall: 369
--13764-- You may be able to write your own handler.
--13764-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13764-- Nevertheless we consider this a bug. Please report
--13764-- 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)
--13764-- WARNING: unhandled syscall: 369
--13764-- You may be able to write your own handler.
--13764-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13764-- Nevertheless we consider this a bug. Please report
--13764-- it at http://valgrind.org/support/bug_reports.html.
--13764-- WARNING: unhandled syscall: 369
--13764-- You may be able to write your own handler.
--13764-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13764-- Nevertheless we consider this a bug. Please report
--13764-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:179)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:165)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (cryptlib.h:1194)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 34988921 2900871436 1000000000 crypto_hash/lsh256/cryptopp
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13228-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--13228-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: malloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: calloc (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_name_match_p (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: strdup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Syscall param openat(filename) contains uninitialised byte(s)
at 0x...: __open64_nocancel (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_new_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_get_origin (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_dst_substitute (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13228-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--13228-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_from_fd (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13228-- Ignoring non-Dwarf2/3/4 block in .debug_info
--13228-- WARNING: Serious error when reading debug info
--13228-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--13228-- Last block truncated in .debug_info; ignoring
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_map_object_deps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_check_map_versions (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: dl_main (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_lookup_symbol_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_relocate_object (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: do_lookup_x (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_init (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_fixup (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _dl_runtime_resolve (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __aeabi_atexit (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __cxa_atexit (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: getauxval (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: sigprocmask (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: signal (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: _setjmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
disInstr(arm): unhandled instruction: 0xF2C00051
cond=15(0xF) 27:20=44(0x2C) 4:4=1 3:0=1(0x1)
valgrind: Unrecognised instruction at address 0x10485c.
at 0x...: CryptoPP::CPU_ProbeNEON() (arm_neon.h:6767)
by 0x...: CryptoPP::DetectArmFeatures() (cpu.cpp:869)
by 0x...: __libc_csu_init (in /home/supercop/supercop-data/berry0/armeabi/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/cryptopp/work/try-timecop)
Your program just tried to execute an instruction that Valgrind
did not recognise. There are two possible reasons for this.
1. Your program has a bug and erroneously jumped to a non-code
location. If you are running Memcheck and you just saw a
warning about a bad jump, it's probably your program's fault.
2. The instruction is legitimate but Valgrind doesn't handle it,
i.e. it's Valgrind's fault. If you think this is the case or
you are not sure, please let us know and we'll try to fix it.
Either way, Valgrind will now raise a SIGILL signal which will
probably kill your program.
Use of uninitialised value of size 4
at 0x...: malloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strlen (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: check_match (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::_Impl::_M_install_facet(std::locale::id const*, std::locale::facet const*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::id::_M_id() const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::facet::_S_get_c_name() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctob (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: btowc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t>::_M_convert_to_wmask(unsigned short) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: wctype_l (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: uselocale (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::type_info::operator==(std::type_info const&) const (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __dynamic_cast (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: strcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::ios_base() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::_M_init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::operator=(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::locale::~locale() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<char, std::char_traits<char> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<char> const& std::use_facet<std::ctype<char> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::init(std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >*) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ios<wchar_t, std::char_traits<wchar_t> >::_M_cache_locale(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ctype<wchar_t> const& std::use_facet<std::ctype<wchar_t> >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bool std::has_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > const& std::use_facet<std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> > > >(std::locale const&) (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ios_base::Init::Init() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fopen@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __isoc99_fscanf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fclose@@GLIBC_2.4 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13228-- WARNING: unhandled syscall: 403
--13228-- You may be able to write your own handler.
--13228-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13228-- Nevertheless we consider this a bug. Please report
--13228-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: clock_gettime@@GLIBC_2.17 (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __fixunsdfdi (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--13228-- WARNING: unhandled syscall: 384
--13228-- You may be able to write your own handler.
--13228-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13228-- Nevertheless we consider this a bug. Please report
--13228-- it at http://valgrind.org/support/bug_reports.html.
--13228-- WARNING: unhandled syscall: 369
--13228-- You may be able to write your own handler.
--13228-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13228-- Nevertheless we consider this a bug. Please report
--13228-- 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)
--13228-- WARNING: unhandled syscall: 369
--13228-- You may be able to write your own handler.
--13228-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13228-- Nevertheless we consider this a bug. Please report
--13228-- it at http://valgrind.org/support/bug_reports.html.
--13228-- WARNING: unhandled syscall: 369
--13228-- You may be able to write your own handler.
--13228-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--13228-- Nevertheless we consider this a bug. Please report
--13228-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: _ZL7salsa20PhyPKhS1_.part.0 (try-anything.cpp:102)
by 0x...: myrandom() (try-anything.cpp:85)
by 0x...: test() (try.cpp:85)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:87)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:88)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:647)
by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base_TruncatedFinal_CXX(unsigned int*, unsigned char*, unsigned int) (lsh256.cpp:537)
by 0x...: CryptoPP::LSH256_Base::TruncatedFinal(unsigned char*, unsigned int) (secblock.h:829)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: checksum(unsigned char const*, unsigned long long) (try-anything.cpp:204)
by 0x...: test() (try.cpp:95)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test() (try.cpp:117)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: __udivmoddi4 (in /lib/arm-linux-gnueabihf/libgcc_s.so.1)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: CryptoPP::LSH256_Base::Update(unsigned char const*, unsigned int) (lsh256.cpp:617)
by 0x...: CryptoPP::HashTransformation::CalculateDigest(unsigned char*, unsigned char const*, unsigned int) (cryptlib.h:1194)
by 0x...: crypto_hash_lsh256_cryptopp_constbranchindex (hash.cpp:7)
by 0x...: test() (try.cpp:90)
by 0x...: main (try-anything.cpp:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::ostream::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: fflush (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::flush() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::_V2::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: std::error_category::~error_category() (in /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.28)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 16011007 2064394954 1000000000 crypto_hash/lsh256/ref
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20797-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20797-- 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)
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20797-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20797-- 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)
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20797-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20797-- 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)
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20797-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20797-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20797-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20797-- WARNING: Serious error when reading debug info
--20797-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20797-- 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)
--20797-- WARNING: unhandled syscall: 403
--20797-- You may be able to write your own handler.
--20797-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20797-- Nevertheless we consider this a bug. Please report
--20797-- 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)
--20797-- WARNING: unhandled syscall: 384
--20797-- You may be able to write your own handler.
--20797-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20797-- Nevertheless we consider this a bug. Please report
--20797-- it at http://valgrind.org/support/bug_reports.html.
--20797-- WARNING: unhandled syscall: 369
--20797-- You may be able to write your own handler.
--20797-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20797-- Nevertheless we consider this a bug. Please report
--20797-- 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)
--20797-- WARNING: unhandled syscall: 369
--20797-- You may be able to write your own handler.
--20797-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20797-- Nevertheless we consider this a bug. Please report
--20797-- it at http://valgrind.org/support/bug_reports.html.
--20797-- WARNING: unhandled syscall: 369
--20797-- You may be able to write your own handler.
--20797-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20797-- Nevertheless we consider this a bug. Please report
--20797-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20 (try-anything.c:90)
by 0x...: input_prepare (try-anything.c:124)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (lsh-impl.c:589)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:156)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:100)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:109)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:110)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 19975952 2069299073 1000000000 crypto_hash/lsh256/ref
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20248-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20248-- 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)
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20248-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20248-- 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)
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20248-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20248-- 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)
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20248-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20248-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20248-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20248-- WARNING: Serious error when reading debug info
--20248-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20248-- 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)
--20248-- WARNING: unhandled syscall: 403
--20248-- You may be able to write your own handler.
--20248-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20248-- Nevertheless we consider this a bug. Please report
--20248-- 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)
--20248-- WARNING: unhandled syscall: 384
--20248-- You may be able to write your own handler.
--20248-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20248-- Nevertheless we consider this a bug. Please report
--20248-- it at http://valgrind.org/support/bug_reports.html.
--20248-- WARNING: unhandled syscall: 369
--20248-- You may be able to write your own handler.
--20248-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20248-- Nevertheless we consider this a bug. Please report
--20248-- 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)
--20248-- WARNING: unhandled syscall: 369
--20248-- You may be able to write your own handler.
--20248-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20248-- Nevertheless we consider this a bug. Please report
--20248-- it at http://valgrind.org/support/bug_reports.html.
--20248-- WARNING: unhandled syscall: 369
--20248-- You may be able to write your own handler.
--20248-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20248-- Nevertheless we consider this a bug. Please report
--20248-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20 (try-anything.c:90)
by 0x...: input_prepare (try-anything.c:124)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (lsh-impl.c:589)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:156)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:100)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:109)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:110)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 35492007 2504568513 1000000000 crypto_hash/lsh256/ref
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--21071-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--21071-- 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)
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--21071-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--21071-- 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)
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--21071-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--21071-- 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)
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--21071-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--21071-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--21071-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21071-- WARNING: Serious error when reading debug info
--21071-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--21071-- 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)
--21071-- WARNING: unhandled syscall: 403
--21071-- You may be able to write your own handler.
--21071-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21071-- Nevertheless we consider this a bug. Please report
--21071-- 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)
--21071-- WARNING: unhandled syscall: 384
--21071-- You may be able to write your own handler.
--21071-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21071-- Nevertheless we consider this a bug. Please report
--21071-- it at http://valgrind.org/support/bug_reports.html.
--21071-- WARNING: unhandled syscall: 369
--21071-- You may be able to write your own handler.
--21071-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21071-- Nevertheless we consider this a bug. Please report
--21071-- 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)
--21071-- WARNING: unhandled syscall: 369
--21071-- You may be able to write your own handler.
--21071-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21071-- Nevertheless we consider this a bug. Please report
--21071-- it at http://valgrind.org/support/bug_reports.html.
--21071-- WARNING: unhandled syscall: 369
--21071-- You may be able to write your own handler.
--21071-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21071-- Nevertheless we consider this a bug. Please report
--21071-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: output_prepare (try-anything.c:179)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20 (try-anything.c:90)
by 0x...: testvector (try-anything.c:124)
by 0x...: input_prepare (try-anything.c:162)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:165)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (lsh-impl.c:589)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:156)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:157)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 15651012 1842800431 1000000000 crypto_hash/lsh256/ref
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20522-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--20522-- 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)
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20522-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--20522-- 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)
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20522-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--20522-- 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)
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20522-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--20522-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20522-- Ignoring non-Dwarf2/3/4 block in .debug_info
--20522-- WARNING: Serious error when reading debug info
--20522-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--20522-- 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)
--20522-- WARNING: unhandled syscall: 403
--20522-- You may be able to write your own handler.
--20522-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20522-- Nevertheless we consider this a bug. Please report
--20522-- 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)
--20522-- WARNING: unhandled syscall: 384
--20522-- You may be able to write your own handler.
--20522-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20522-- Nevertheless we consider this a bug. Please report
--20522-- it at http://valgrind.org/support/bug_reports.html.
--20522-- WARNING: unhandled syscall: 369
--20522-- You may be able to write your own handler.
--20522-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20522-- Nevertheless we consider this a bug. Please report
--20522-- 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)
--20522-- WARNING: unhandled syscall: 369
--20522-- You may be able to write your own handler.
--20522-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20522-- Nevertheless we consider this a bug. Please report
--20522-- it at http://valgrind.org/support/bug_reports.html.
--20522-- WARNING: unhandled syscall: 369
--20522-- You may be able to write your own handler.
--20522-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--20522-- Nevertheless we consider this a bug. Please report
--20522-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20 (try-anything.c:90)
by 0x...: input_prepare (try-anything.c:124)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (lsh-impl.c:589)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:156)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:100)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:109)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:110)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 21042999 2022656901 1000000000 crypto_hash/lsh256/ref
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--21344-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--21344-- 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)
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--21344-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libm-2.31.so:
--21344-- 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)
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--21344-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--21344-- 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)
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--21344-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libdl-2.31.so:
--21344-- Last block truncated in .debug_info; ignoring
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--21344-- Ignoring non-Dwarf2/3/4 block in .debug_info
--21344-- WARNING: Serious error when reading debug info
--21344-- When reading debug info from /lib/arm-linux-gnueabihf/libresolv-2.31.so:
--21344-- 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)
--21344-- WARNING: unhandled syscall: 403
--21344-- You may be able to write your own handler.
--21344-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21344-- Nevertheless we consider this a bug. Please report
--21344-- 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)
--21344-- WARNING: unhandled syscall: 384
--21344-- You may be able to write your own handler.
--21344-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21344-- Nevertheless we consider this a bug. Please report
--21344-- it at http://valgrind.org/support/bug_reports.html.
--21344-- WARNING: unhandled syscall: 369
--21344-- You may be able to write your own handler.
--21344-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21344-- Nevertheless we consider this a bug. Please report
--21344-- 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)
--21344-- WARNING: unhandled syscall: 369
--21344-- You may be able to write your own handler.
--21344-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21344-- Nevertheless we consider this a bug. Please report
--21344-- it at http://valgrind.org/support/bug_reports.html.
--21344-- WARNING: unhandled syscall: 369
--21344-- You may be able to write your own handler.
--21344-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--21344-- Nevertheless we consider this a bug. Please report
--21344-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20 (try-anything.c:90)
by 0x...: input_prepare (try-anything.c:124)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:102)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (lsh-impl.c:589)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: bcmp (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:102)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: double_canary (try-anything.c:156)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:99)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:100)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:109)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:110)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: memcpy (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 21852948 2464855143 1000000000 crypto_hash/lsh256/ref
--19633-- WARNING: Serious error when reading debug info
--19633-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19633-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19633-- WARNING: Serious error when reading debug info
--19633-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19633-- 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)
--19633-- WARNING: Serious error when reading debug info
--19633-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19633-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19633-- WARNING: Serious error when reading debug info
--19633-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19633-- 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)
--19633-- WARNING: unhandled syscall: 403
--19633-- You may be able to write your own handler.
--19633-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19633-- Nevertheless we consider this a bug. Please report
--19633-- 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)
--19633-- WARNING: unhandled syscall: 384
--19633-- You may be able to write your own handler.
--19633-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19633-- Nevertheless we consider this a bug. Please report
--19633-- it at http://valgrind.org/support/bug_reports.html.
--19633-- WARNING: unhandled syscall: 369
--19633-- You may be able to write your own handler.
--19633-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19633-- Nevertheless we consider this a bug. Please report
--19633-- 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)
--19633-- WARNING: unhandled syscall: 369
--19633-- You may be able to write your own handler.
--19633-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19633-- Nevertheless we consider this a bug. Please report
--19633-- it at http://valgrind.org/support/bug_reports.html.
--19633-- WARNING: unhandled syscall: 369
--19633-- You may be able to write your own handler.
--19633-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19633-- Nevertheless we consider this a bug. Please report
--19633-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20.part.0 (try-anything.c:102)
by 0x...: input_prepare (try-anything.c:85)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final.part.0 (lsh-impl.c:407)
by 0x...: lsh256_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 23555944 2370576383 1000000000 crypto_hash/lsh256/ref
--18934-- WARNING: Serious error when reading debug info
--18934-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18934-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18934-- WARNING: Serious error when reading debug info
--18934-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--18934-- 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)
--18934-- WARNING: Serious error when reading debug info
--18934-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18934-- Ignoring non-Dwarf2/3/4 block in .debug_info
--18934-- WARNING: Serious error when reading debug info
--18934-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--18934-- 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)
--18934-- WARNING: unhandled syscall: 403
--18934-- You may be able to write your own handler.
--18934-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18934-- Nevertheless we consider this a bug. Please report
--18934-- 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)
--18934-- WARNING: unhandled syscall: 384
--18934-- You may be able to write your own handler.
--18934-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18934-- Nevertheless we consider this a bug. Please report
--18934-- it at http://valgrind.org/support/bug_reports.html.
--18934-- WARNING: unhandled syscall: 369
--18934-- You may be able to write your own handler.
--18934-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18934-- Nevertheless we consider this a bug. Please report
--18934-- 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)
--18934-- WARNING: unhandled syscall: 369
--18934-- You may be able to write your own handler.
--18934-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18934-- Nevertheless we consider this a bug. Please report
--18934-- it at http://valgrind.org/support/bug_reports.html.
--18934-- WARNING: unhandled syscall: 369
--18934-- You may be able to write your own handler.
--18934-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--18934-- Nevertheless we consider this a bug. Please report
--18934-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20.part.0 (try-anything.c:102)
by 0x...: input_prepare (try-anything.c:85)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final.part.0 (lsh-impl.c:407)
by 0x...: lsh256_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 26177938 4732282745 1000000000 crypto_hash/lsh256/ref
--19924-- WARNING: Serious error when reading debug info
--19924-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19924-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19924-- WARNING: Serious error when reading debug info
--19924-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19924-- 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)
--19924-- WARNING: Serious error when reading debug info
--19924-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19924-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19924-- WARNING: Serious error when reading debug info
--19924-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19924-- 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)
--19924-- WARNING: unhandled syscall: 403
--19924-- You may be able to write your own handler.
--19924-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19924-- Nevertheless we consider this a bug. Please report
--19924-- 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)
--19924-- WARNING: unhandled syscall: 384
--19924-- You may be able to write your own handler.
--19924-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19924-- Nevertheless we consider this a bug. Please report
--19924-- it at http://valgrind.org/support/bug_reports.html.
--19924-- WARNING: unhandled syscall: 369
--19924-- You may be able to write your own handler.
--19924-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19924-- Nevertheless we consider this a bug. Please report
--19924-- 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)
--19924-- WARNING: unhandled syscall: 369
--19924-- You may be able to write your own handler.
--19924-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19924-- Nevertheless we consider this a bug. Please report
--19924-- it at http://valgrind.org/support/bug_reports.html.
--19924-- WARNING: unhandled syscall: 369
--19924-- You may be able to write your own handler.
--19924-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19924-- Nevertheless we consider this a bug. Please report
--19924-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: input_prepare (try-anything.c:165)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: output_prepare (try-anything.c:179)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: crypto_hash_lsh256_ref_constbranchindex (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
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
df451c5d0db49bcafe4004bcbb99b93ab5eb208821081f43c432e56088327701 60516857 2354728413 1000000000 crypto_hash/lsh256/ref
--19227-- WARNING: Serious error when reading debug info
--19227-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19227-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19227-- WARNING: Serious error when reading debug info
--19227-- When reading debug info from /lib/arm-linux-gnueabihf/ld-2.31.so:
--19227-- 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)
--19227-- WARNING: Serious error when reading debug info
--19227-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19227-- Ignoring non-Dwarf2/3/4 block in .debug_info
--19227-- WARNING: Serious error when reading debug info
--19227-- When reading debug info from /lib/arm-linux-gnueabihf/libc-2.31.so:
--19227-- 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)
--19227-- WARNING: unhandled syscall: 403
--19227-- You may be able to write your own handler.
--19227-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19227-- Nevertheless we consider this a bug. Please report
--19227-- 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)
--19227-- WARNING: unhandled syscall: 384
--19227-- You may be able to write your own handler.
--19227-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19227-- Nevertheless we consider this a bug. Please report
--19227-- it at http://valgrind.org/support/bug_reports.html.
--19227-- WARNING: unhandled syscall: 369
--19227-- You may be able to write your own handler.
--19227-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19227-- Nevertheless we consider this a bug. Please report
--19227-- 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)
--19227-- WARNING: unhandled syscall: 369
--19227-- You may be able to write your own handler.
--19227-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19227-- Nevertheless we consider this a bug. Please report
--19227-- it at http://valgrind.org/support/bug_reports.html.
--19227-- WARNING: unhandled syscall: 369
--19227-- You may be able to write your own handler.
--19227-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--19227-- Nevertheless we consider this a bug. Please report
--19227-- it at http://valgrind.org/support/bug_reports.html.
Use of uninitialised value of size 4
at 0x...: random (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: calloc (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:87)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: salsa20.part.0 (try-anything.c:102)
by 0x...: input_prepare (try-anything.c:85)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:88)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:532)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_final (lsh-impl.c:407)
by 0x...: lsh256_digest (in /home/supercop/supercop-data/berry0/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_hash/lsh256/ref/work/try-timecop)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:95)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: test (try.c:117)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v6l.so)
by 0x...: lsh256_update (lsh-impl.c:505)
by 0x...: lsh256_digest (lsh-impl.c:586)
by 0x...: test (try.c:90)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: putchar (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: printf (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_fini (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_sort_maps (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free_mem (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Use of uninitialised value of size 4
at 0x...: free_slotinfo (in /lib/arm-linux-gnueabihf/libc-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |