Commit ff4649fe authored by Sergey Lyubka's avatar Sergey Lyubka Committed by Cesanta Bot

Better UI

PUBLISHED_FROM=50f0cafa84cd06428f0da376d85766dcf62af9da
parent 1a38e910
#include "mongoose.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct http_message req;
mg_parse_http((const char *) data, size, &req, 0);
mg_parse_http((const char *) data, size, &req, 1);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment