Browse Source

misc/fuzz: use parse_contact_headers() instead of parse_contact_header()

Daniel-Constantin Mierla 3 years ago
parent
commit
9f7edfbd9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/fuzz/fuzz_parse_msg.c

+ 1 - 1
misc/fuzz/fuzz_parse_msg.c

@@ -38,7 +38,7 @@ LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
 
     parse_to_uri(&orig_inv);
 
-    parse_contact_header(&orig_inv);
+    parse_contact_headers(&orig_inv);
 
     parse_refer_to_header(&orig_inv);