Verifies: SYS-REQ-011
(f *testing.F)
| 215 | |
| 216 | // Verifies: SYS-REQ-011 |
| 217 | func FuzzGetUnsafeStringNative(f *testing.F) { |
| 218 | addSeeds(f) |
| 219 | f.Fuzz(func(t *testing.T, data []byte) { |
| 220 | runWithCapture("FuzzGetUnsafeStringNative", data, func(d []byte) { _ = FuzzGetUnsafeString(d) }) |
| 221 | }) |
| 222 | } |
nothing calls this directly
no test coverage detected