MCPcopy Create free account
hub / github.com/CrowCpp/Crow / FuzzException

Class FuzzException

tests/fuzz/b64_fuzzer.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "crow.h"
5
6class FuzzException : public std::exception
7{
8 virtual const char* what() const throw()
9 {
10 return "Base64 decoding error!";
11 }
12};
13
14extern "C" int LLVMFuzzerTestOneInput(const std::uint8_t* data, const std::size_t size)
15{

Callers 1

LLVMFuzzerTestOneInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected