MCPcopy Create free account
hub / github.com/buger/jsonparser / FuzzParseIntNative

Function FuzzParseIntNative

fuzz_native_test.go:161–166  ·  view source on GitHub ↗

Verifies: SYS-REQ-015

(f *testing.F)

Source from the content-addressed store, hash-verified

159
160// Verifies: SYS-REQ-015
161func FuzzParseIntNative(f *testing.F) {
162 addSeeds(f)
163 f.Fuzz(func(t *testing.T, data []byte) {
164 runWithCapture("FuzzParseIntNative", data, func(d []byte) { _ = FuzzParseInt(d) })
165 })
166}
167
168// Verifies: SYS-REQ-012
169func FuzzParseBoolNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzParseIntFunction · 0.85

Tested by

no test coverage detected