Skip to content

Commit 2836c75

Browse files
kaoudiscmeister2
authored andcommitted
README: add a little more info on TLV addition
1 parent ee7fad2 commit 2836c75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ To add a new TLV:
7070
from a file, or from test data)
7171
- Add support for it in the fuzzer: `curl_fuzzer.cc`, `curl_fuzzer.h`. This
7272
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

Comments
 (0)