Skip to content

Commit

Permalink
ossfuzz: Prevent large numbers of headers from causing timeouts
Browse files Browse the repository at this point in the history
Compeltes previous commit
  • Loading branch information
catenacyber authored and bagder committed Jun 9, 2023
1 parent 052dae3 commit 5f97dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl_fuzzer_tlv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ int fuzz_parse_tlv(FUZZ_DATA *fuzz, TLV *tlv)
new_list = curl_slist_append(fuzz->mail_recipients_list, tmp);
if (new_list != NULL) {
fuzz->mail_recipients_list = new_list;
fuzz->header_list_count++;
}
break;

Expand Down

0 comments on commit 5f97dbd

Please sign in to comment.