Ada 2.9.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.
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
size_t | size ) |
Definition at line 9 of file idna.cc.
References ada::idna::ascii_has_upper_case(), ada::idna::to_ascii(), and ada::idna::to_unicode().