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

Struct structureAwareSeed

json_fuzz_test.go:54–57  ·  view source on GitHub ↗

============================================================================= Seed corpus (the known-dangerous inputs we've already found) =============================================================================

Source from the content-addressed store, hash-verified

52// =============================================================================
53
54type structureAwareSeed struct {
55 data []byte
56 path []byte
57}
58
59// structureAwareSeeds is the set of inputs that exercise every previously-
60// buggy code path. Each seed is annotated with the bug class it targets.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected