瀏覽代碼

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

Daniel-Constantin Mierla 3 年之前
父節點
當前提交
9f7edfbd9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);