php-ext-xlswriter/library/libexpat/expat/memory-sanitizer-blacklist.txt

7 lines
310 B
Plaintext
Raw Permalink Normal View History

2024-03-05 10:01:08 +08:00
# 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