]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
fuzz: doc update [ci skip]
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 9 May 2017 12:51:44 +0000 (14:51 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 9 May 2017 12:52:21 +0000 (14:52 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
devel/fuzz/README.md

index 108e1f2b187f9a605bef683367446a56c0196882..8fdcf0ac8bfe48f9eb56dcbeb5ff75e676908b50 100644 (file)
@@ -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                               |
-|---------------------------------|----------------------------------------------------------|