Skip to content

Commit

Permalink
misc: fuzz - add functions for parsing record-/route headers
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 14, 2022
1 parent 22b8ecc commit a9e92eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/fuzz/fuzz_parse_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {

parse_identityinfo_header(&orig_inv);

parse_record_route_headers(&orig_inv);

parse_route_headers(&orig_inv);

str uri;
get_src_uri(&orig_inv, 0, &uri);

Expand Down

0 comments on commit a9e92eb

Please sign in to comment.