Update Http.cpp

This commit is contained in:
Alex Hultman
2019-06-15 21:53:31 +02:00
committed by GitHub
parent e6f21a8354
commit 48cca47c63
+3
View File
@@ -57,6 +57,9 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
/* We need at least 1 byte post padding */
if (size) {
size--;
} else {
/* We might be given zero length chunks */
return;
}
/* Parse it */