Add support for fuzzing cppdap

Add build rules, scripts, basic corpus, and dictionary.
Currently requires recent clang toolchain.
This commit is contained in:
Ben Clayton
2020-05-26 13:30:57 +01:00
parent cc93ba9747
commit 773f0dff68
9 changed files with 458 additions and 0 deletions

8
fuzz/seed/request Normal file
View File

@@ -0,0 +1,8 @@
{
"seq": 153,
"type": "request",
"command": "next",
"arguments": {
"threadId": 3
}
}