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

Function FuzzParseFloatNative

fuzz_native_test.go:153–158  ·  view source on GitHub ↗

Verifies: SYS-REQ-013

(f *testing.F)

Source from the content-addressed store, hash-verified

151
152// Verifies: SYS-REQ-013
153func FuzzParseFloatNative(f *testing.F) {
154 addSeeds(f)
155 f.Fuzz(func(t *testing.T, data []byte) {
156 runWithCapture("FuzzParseFloatNative", data, func(d []byte) { _ = FuzzParseFloat(d) })
157 })
158}
159
160// Verifies: SYS-REQ-015
161func FuzzParseIntNative(f *testing.F) {

Callers

nothing calls this directly

Calls 3

addSeedsFunction · 0.85
runWithCaptureFunction · 0.85
FuzzParseFloatFunction · 0.85

Tested by

no test coverage detected