We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7fad2 commit 2836c75Copy full SHA for 2836c75
README.md
@@ -70,3 +70,8 @@ To add a new TLV:
70
from a file, or from test data)
71
- Add support for it in the fuzzer: `curl_fuzzer.cc`, `curl_fuzzer.h`. This
72
likely means adding handling of the TLV to `fuzz_parse_tlv()`.
73
+- Ensure that `FUZZ_CURLOPT_TRACKER_SPACE` can encompass your additional TLVs!
74
+- If you decide to change a TLV number after you have created it and have
75
+ generated test cases before you changed the TLV, rerun the test case
76
+ generation to ensure your current TLV numbering maps your test cases as you
77
+ expect.
0 commit comments