diff options
| author | Arjun <pkillarjun@protonmail.com> | 2024-06-12 10:36:39 +0530 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2024-06-14 15:11:38 +0100 |
| commit | 665353dcb4a9d018f124127151b320632c177f26 (patch) | |
| tree | c9fb9a1bb7e23ab4a10c45bbde29d247f3fb0a0f /fuzzing/fuzz_json_seed_corpus | |
| parent | a93d878e5c3a6c3476e77d021ae59dc937e3066c (diff) | |
| download | unit-665353dcb4a9d018f124127151b320632c177f26.tar.gz unit-665353dcb4a9d018f124127151b320632c177f26.tar.bz2 | |
fuzzing: add a fuzzing seed corpus and dictionary
Signed-off-by: Arjun <pkillarjun@protonmail.com>
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'fuzzing/fuzz_json_seed_corpus')
| -rw-r--r-- | fuzzing/fuzz_json_seed_corpus/json_0.bin | 1 | ||||
| -rw-r--r-- | fuzzing/fuzz_json_seed_corpus/json_1.bin | 1 | ||||
| -rw-r--r-- | fuzzing/fuzz_json_seed_corpus/json_2.bin | 1 | ||||
| -rw-r--r-- | fuzzing/fuzz_json_seed_corpus/json_3.bin | 1 | ||||
| -rw-r--r-- | fuzzing/fuzz_json_seed_corpus/json_4.bin | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/fuzzing/fuzz_json_seed_corpus/json_0.bin b/fuzzing/fuzz_json_seed_corpus/json_0.bin new file mode 100644 index 00000000..450e2283 --- /dev/null +++ b/fuzzing/fuzz_json_seed_corpus/json_0.bin @@ -0,0 +1 @@ +[{"container": 1000, "host": 0, "size": 1},{"container": 10000, "host": 10000, "size": 1}, {"container": 60000, "host": 60000, "size": 1}]
\ No newline at end of file diff --git a/fuzzing/fuzz_json_seed_corpus/json_1.bin b/fuzzing/fuzz_json_seed_corpus/json_1.bin new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/fuzzing/fuzz_json_seed_corpus/json_1.bin @@ -0,0 +1 @@ +[]
\ No newline at end of file diff --git a/fuzzing/fuzz_json_seed_corpus/json_2.bin b/fuzzing/fuzz_json_seed_corpus/json_2.bin new file mode 100644 index 00000000..5c1201b8 --- /dev/null +++ b/fuzzing/fuzz_json_seed_corpus/json_2.bin @@ -0,0 +1 @@ +[{"container": 0, "host": 0, "size": 1}]
\ No newline at end of file diff --git a/fuzzing/fuzz_json_seed_corpus/json_3.bin b/fuzzing/fuzz_json_seed_corpus/json_3.bin new file mode 100644 index 00000000..e040c9b7 --- /dev/null +++ b/fuzzing/fuzz_json_seed_corpus/json_3.bin @@ -0,0 +1 @@ +[{"container": 1000, "host": 0, "size": 1}]
\ No newline at end of file diff --git a/fuzzing/fuzz_json_seed_corpus/json_4.bin b/fuzzing/fuzz_json_seed_corpus/json_4.bin new file mode 100644 index 00000000..30a2bc50 --- /dev/null +++ b/fuzzing/fuzz_json_seed_corpus/json_4.bin @@ -0,0 +1 @@ +[{"container": 0, "host": 1000, "size": 1}, {"container": 1000, "host": 2000, "size": 1}]
\ No newline at end of file |
