Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
ff4649fe
Commit
ff4649fe
authored
Jul 12, 2019
by
Sergey Lyubka
Committed by
Cesanta Bot
Jul 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better UI
PUBLISHED_FROM=50f0cafa84cd06428f0da376d85766dcf62af9da
parent
1a38e910
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
fuzz.c
test/fuzz.c
+8
-0
No files found.
test/fuzz.c
0 → 100644
View file @
ff4649fe
#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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment