MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / LLVMFuzzerTestOneInput

Function LLVMFuzzerTestOneInput

tests/fuzz/BaseEncodeFuzz.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3extern "C" {
4
5int LLVMFuzzerTestOneInput(const uint8_t* Data, size_t Size) {
6 jwt::base::encode<jwt::alphabet::base64>(std::string{(char*)Data, Size});
7 return 0; // Non-zero return values are reserved for future use.
8}
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected