blob: 166e6a14afc2bb212811666e1e4feb2983aa621b [file] [log] [blame]
# Line "hash_secret_salt = generate_hash_secret_salt(parser);"
# is mis-reported as use-of-uninitialized-value because
# its call to writeRandomBytes_getrandom uses syscall
# SYS_getrandom and MemorySanitizer does not seem to understand that
# as writing bytes to that memory (which it does).
fun:startParsing