Home
last modified time | relevance | path

Searched refs:poisoned_length (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_tokenizer/
Dtoken_database_fuzzer.cc111 size_t poisoned_length = kBufferSizeMax - data_size; in LLVMFuzzerTestOneInput() local
114 ASAN_POISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
127 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc132 size_t poisoned_length = sizeof(buffer) - unpoisoned_length; in LLVMFuzzerTestOneInput() local
133 ASAN_POISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()
283 ASAN_UNPOISON_MEMORY_REGION(poisoned, poisoned_length); in LLVMFuzzerTestOneInput()