Add fuzzer options for oss-fuzz

pull/9896/head
Matt Kwong 8 years ago
parent c5b3b25f8d
commit d9b257a154
  1. 5
      test/core/security/ssl_server_fuzzer.c
  2. 3
      tools/fuzzer/options/api_fuzzer.options
  3. 3
      tools/fuzzer/options/client_fuzzer.options
  4. 2
      tools/fuzzer/options/fuzzer.options
  5. 2
      tools/fuzzer/options/fuzzer_response.options
  6. 2
      tools/fuzzer/options/fuzzer_serverlist.options
  7. 3
      tools/fuzzer/options/hpack_parser_fuzzer_test.options
  8. 2
      tools/fuzzer/options/percent_decode_fuzzer.options
  9. 2
      tools/fuzzer/options/percent_encode_fuzzer.options
  10. 3
      tools/fuzzer/options/request_fuzzer.options
  11. 3
      tools/fuzzer/options/response_fuzzer.options
  12. 3
      tools/fuzzer/options/server_fuzzer.options
  13. 2
      tools/fuzzer/options/ssl_server_fuzzer.options
  14. 2
      tools/fuzzer/options/uri_fuzzer_test.options

@ -47,11 +47,6 @@ bool squelch = true;
// Turning this on will fail the leak check.
bool leak_check = false;
#define SSL_CERT_PATH "src/core/lib/tsi/test_creds/server1.pem"
#define SSL_KEY_PATH "src/core/lib/tsi/test_creds/server1.key"
#define SSL_CA_PATH "src/core/lib/tsi/test_creds/ca.pem"
static void discard_write(grpc_slice slice) {}
static void dont_log(gpr_log_func_args *args) {}

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 2048
dict = api_fuzzer.dictionary

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 2048
dict = hpack.dictionary

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 512

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 128

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 128

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 512
dict = hpack.dictionary

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 2048

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 2048

@ -0,0 +1,3 @@
[libfuzzer]
max_len = 2048
dict = hpack.dictionary

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 2048

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 128
Loading…
Cancel
Save