Test results for armeabi, berry2, crypto_stream/salsa208

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_stream Test results for armeabi, berry2, crypto_stream Test results for crypto_stream/salsa208
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_stream
Primitive: salsa208
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
164262728 0 415859 356 792e/refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
183543304 0 416435 356 792e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
185862624 0 414011 356 792e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
194355044 0 418175 356 792e/regsgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
201721876 0 016271 356 784refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
2056016956 1184 01135483 73813 12016T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
2069417337 1184 01137501 73809 12016T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
2088015934 1184 01134574 73801 12016T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
210182488 0 412895 348 784e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
211268170 1504 01124711 74121 12016T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
231663440 0 414650 352 792e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
253222420 0 413807 356 792e/regsgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
27098896 0 013547 356 784refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
272982716 0 413926 352 792e/regsgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
276842264 0 412667 348 784e/regsgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
28820932 0 013406 352 784refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
295761888 0 413275 356 792e/refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
311541684 0 412087 348 784e/refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
314022216 0 413426 352 792e/refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909
38018808 0 012479 348 784refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092720240909

Compiler output


xor.c: In file included from xor.c:9:
xor.c: xor.c: In function 'crypto_stream_salsa208_armneon_constbranchindex_xor':
xor.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
xor.c:  7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
xor.c:       | ^~~~~~~~~~~~
xor.c: xor.c:40:23: note: called from here
xor.c:    40 |   uint32x4_t start1 = vcombine_u32(k5k0,n0k4);
xor.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:38:21: note: called from here
xor.c:    38 |   uint32x2_t k7k2 = vext_u32(k6k7,k2k3,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:36:21: note: called from here
xor.c:    36 |   uint32x2_t k1n1 = vext_u32(k0k1,n1n0,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c: ...

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

Compiler output


xor.c: In file included from xor.c:9:
xor.c: xor.c: In function 'crypto_stream_salsa208_armneon2_constbranchindex_xor':
xor.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
xor.c:  7196 | vcombine_u32 (uint32x2_t __a, uint32x2_t __b)
xor.c:       | ^~~~~~~~~~~~
xor.c: xor.c:40:23: note: called from here
xor.c:    40 |   uint32x4_t start1 = vcombine_u32(k5k0,n0k4);
xor.c:       |                       ^~~~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:38:21: note: called from here
xor.c:    38 |   uint32x2_t k7k2 = vext_u32(k6k7,k2k3,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c:       | ^~~~~~~~
xor.c: xor.c:36:21: note: called from here
xor.c:    36 |   uint32x2_t k1n1 = vext_u32(k0k1,n1n0,1);
xor.c:       |                     ^~~~~~~~~~~~~~~~~~~~~
xor.c: In file included from xor.c:9:
xor.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:8783:1: error: inlining failed in call to 'always_inline' 'vext_u32': target specific option mismatch
xor.c:  8783 | vext_u32 (uint32x2_t __a, uint32x2_t __b, const int __c)
xor.c: ...

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

Compiler output


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

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

Compiler output


salsa20.c: In file included from salsa20.c:1:
salsa20.c: e/salsa20.c: In function 'crypto_stream_salsa208_e_merged_constbranchindex_ECRYPT_encrypt_bytes':
salsa20.c: e/salsa20.c:58:7: warning: 'ctarget' may be used uninitialized in this function [-Wmaybe-uninitialized]
salsa20.c:    58 |   u8 *ctarget;
salsa20.c:       |       ^~~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


salsa20.c: In file included from salsa20.c:1:
salsa20.c: e/salsa20.c: In function 'crypto_stream_salsa208_e_merged_constbranchindex_ECRYPT_encrypt_bytes':
salsa20.c: e/salsa20.c:197:46: warning: 'ctarget' may be used uninitialized in this function [-Wmaybe-uninitialized]
salsa20.c:   197 |         for (i = 0;i < bytes;++i) ctarget[i] = c[i];
salsa20.c:       |                                   ~~~~~~~~~~~^~~~~~

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 3969118 1633555175 900000000 crypto_stream/salsa208/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 3991284 844821855 900000000 crypto_stream/salsa208/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 3917046 1818801818 900000000 crypto_stream/salsa208/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4935583 1550296350 900000000 crypto_stream/salsa208/e/merged
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/mergedgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4592917 1645640936 900000000 crypto_stream/salsa208/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4959918 831529521 900000000 crypto_stream/salsa208/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4496198 1826644889 900000000 crypto_stream/salsa208/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4566500 1560092229 900000000 crypto_stream/salsa208/e/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4548762 1679790096 900000000 crypto_stream/salsa208/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4231276 909204357 900000000 crypto_stream/salsa208/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4372166 1831619337 900000000 crypto_stream/salsa208/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4379349 1577241696 900000000 crypto_stream/salsa208/e/regs
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
e/regsgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 5957576 1702025125 900000000 crypto_stream/salsa208/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 4745279 875244885 900000000 crypto_stream/salsa208/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 5790718 1877707585 900000000 crypto_stream/salsa208/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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

TIMECOP error (can be valgrind bug)


error 99
5da82d04aea3c0ec39c52528065a2ab9f82aec5c4ec8a617d90db33d9fd73ad1 5604280 1632010645 900000000 crypto_stream/salsa208/ref
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

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