webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
expat_xml_parse_fuzzer.cc File Reference
#include <stddef.h>
#include <stdint.h>
#include "third_party/expat/files/lib/expat.h"
#include <vector>

Functions

int LLVMFuzzerTestOneInput (const uint8_t *data, size_t size)
 

Variables

std::vector< const char * > kEncodings
 

Function Documentation

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t data,
size_t  size 
)

Variable Documentation

◆ kEncodings

std::vector<const char*> kEncodings
Initial value:
= {{"UTF-16", "UTF-8", "ISO-8859-1",
"US-ASCII", "UTF-16BE", "UTF-16LE",
"INVALIDENCODING"}}