summaryrefslogtreecommitdiff
path: root/expat/memory-sanitizer-blacklist.txt
blob: 166e6a14afc2bb212811666e1e4feb2983aa621b (plain)
1
2
3
4
5
6
# 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