libexpat/expat/memory-sanitizer-blacklist.txt
2017-06-15 23:45:44 +02:00

7 lines
310 B
Plaintext

# 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