1# Line "hash_secret_salt = generate_hash_secret_salt(parser);" 2# is mis-reported as use-of-uninitialized-value because 3# its call to writeRandomBytes_getrandom uses syscall 4# SYS_getrandom and MemorySanitizer does not seem to understand that 5# as writing bytes to that memory (which it does). 6fun:startParsing 7