Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Didn't instrument sufficiently. MSAN errors resultin the form: ==9000==WARNING: MemorySanitizer: use-of-uninitialized-value [Detaching after fork from child process 9003] #0 0x55c87cbda03f in my_base64_encode /source/mysys/base64.c:113:13 #1 0x55c87af96efb in calculate_server_uid(char*) /source/sql/mysqld.cc:9889:3 #2 0x55c87af96efb in init_common_variables() /source/sql/mysqld.cc:3882:7 #3 0x55c87af9111e in mysqld_main(int, char**) /source/sql/mysqld.cc:5546:7 #4 0x7f6d94ab5249 (/lib/x86_64-linux-gnu/libc.so.6+0x27249) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8) #5 0x7f6d94ab5304 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x27304) (BuildId: c047672cae7964324658491e7dee26748ae5d2f8) #6 0x55c87aeef130 in _start (/build/sql/mariadbd+0x6ee130) (BuildId: abe0c6d0a0f0bdcee26c5e1f69353335cca3bd8a) The sha1 has that is being encoded wasn't maked as initialized though the openssl libs wrote the hash there.
- Loading branch information