From d246f61b04836c6040fff7936de551ef92529971 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 9 May 2017 14:51:44 +0200 Subject: fuzz: doc update [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- devel/fuzz/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/fuzz/README.md b/devel/fuzz/README.md index 108e1f2b18..8fdcf0ac8b 100644 --- a/devel/fuzz/README.md +++ b/devel/fuzz/README.md @@ -52,19 +52,19 @@ sudo docker run --rm -e ASAN_OPTIONS="detect_leaks=0" -ti -v $FILE:/testcase oss For the following tests dropping a file to a subdirectory in tests is sufficient: -|---------------------------|-------------------------| +| Fuzzer | Directory | +|:-------------------------:|:-----------------------:| |gnutls_client_fuzzer | tests/client-interesting| |gnutls_server_fuzzer | tests/server-interesting| |gnutls_pkcs7_parser_fuzzer | tests/pkcs7-interesting | |gnutls_x509_parser_fuzzer | tests/certs-interesting | -|---------------------------|-------------------------| The following require modifying a test case. Mappings are shown in the table below. -|---------------------------------|----------------------------------------------------------| +| Fuzzer | Test case | +|:-------------------------------:|:--------------------------------------------------------:| |gnutls_dn_parser_fuzzer |tests/x509-dn-decode.c | |gnutls_openpgp_cert_parser_fuzzer|tests/cert-tests/openpgp-cert-parser | |gnutls_pkcs8_key_parser_fuzzer |tests/key-tests/pkcs8-invalid,tests/key-tests/pkcs8-decode| |gnutls_private_key_parser_fuzzer |tests/key-tests/key-invalid | -|---------------------------------|----------------------------------------------------------| -- cgit v1.2.1