|
Ada 3.2.2
Fast spec-compliant URL parser
|
#include <fuzzer/FuzzedDataProvider.h>#include <memory>#include <string>#include "ada.cpp"#include "ada.h"Go to the source code of this file.
Typedefs | |
| using | regex_provider = ada::url_pattern_regex::std_regex_provider |
Functions | |
| std::string | bytesToAlphanumeric (const std::string &source) |
| void | exercise_result (auto result) |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| using regex_provider = ada::url_pattern_regex::std_regex_provider |
Definition at line 9 of file url_pattern.cc.
| std::string bytesToAlphanumeric | ( | const std::string & | source | ) |
Definition at line 11 of file url_pattern.cc.
Referenced by LLVMFuzzerTestOneInput().
| void exercise_result | ( | auto | result | ) |
Definition at line 28 of file url_pattern.cc.
Referenced by LLVMFuzzerTestOneInput().
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size ) |
Definition at line 41 of file url_pattern.cc.
References bytesToAlphanumeric(), and exercise_result().