diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-09 23:04:49 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-23 11:27:25 +0000 |
commit | 95aa0bf79b968d7ea04a51561a176ae1f5a460bd (patch) | |
tree | e5b5057a9b4733e4985f3946bc8c9de429f1c033 /tests/data | |
parent | Merge pull request #2961 (diff) | |
download | monero-95aa0bf79b968d7ea04a51561a176ae1f5a460bd.tar.xz |
add load_from_binary/load_from_json fuzzers
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/fuzz/load-from-binary/BINARY1 | bin | 0 -> 1 bytes | |||
-rw-r--r-- | tests/data/fuzz/load-from-json/JSON1 | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/fuzz/load-from-binary/BINARY1 b/tests/data/fuzz/load-from-binary/BINARY1 Binary files differnew file mode 100644 index 000000000..f76dd238a --- /dev/null +++ b/tests/data/fuzz/load-from-binary/BINARY1 diff --git a/tests/data/fuzz/load-from-json/JSON1 b/tests/data/fuzz/load-from-json/JSON1 new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/tests/data/fuzz/load-from-json/JSON1 @@ -0,0 +1 @@ +{}
\ No newline at end of file |