Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
random: workaround MSAN false positive
In Ubuntu 24.04, glibc has arc4random_buf included, which triggers this path for the fuzzer. Unfortunately, MSAN appears to not realise that the iv buffer for aes256_cbc_fips() is in fact initialized by this function call. We work around it by manually marking the memory contents as initialized.
- Loading branch information