Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: unpoison result of mutate_{byte,integer}()
LLVMFuzzerMutate() may return data marked as uninitialized but our value mutators assume that the entire region is initialized. MSAN recently got stricter in how it checks use of these potentially uninitialized values. Manually unpoison the response from LLVMFuzzerMutate() for these two functions.
- Loading branch information