============================================================================= Seed corpus (the known-dangerous inputs we've already found) =============================================================================
| 52 | // ============================================================================= |
| 53 | |
| 54 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected