#include <fuzzer/FuzzedDataProvider.h>
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <queue>
#include <string>
#include <vector>
#include "re2/prefilter.h"
#include "re2/re2.h"
#include "re2/regexp.h"
Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
void | TestOneInput (StringPiece pattern, const RE2::Options &options, StringPiece text) |
Variables | |
uint8_t | dummy = 0 |
Definition at line 141 of file re2/re2/fuzzing/re2_fuzzer.cc.
void TestOneInput | ( | StringPiece | pattern, |
const RE2::Options & | options, | ||
StringPiece | text | ||
) |
Definition at line 22 of file re2/re2/fuzzing/re2_fuzzer.cc.
uint8_t dummy = 0 |
Definition at line 20 of file re2/re2/fuzzing/re2_fuzzer.cc.