Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1178)

Unified Diff: testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict

Issue 2130463004: [libfuzzer] Fix escaping of quotes in dictionary_generator.py and dicts affected. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict b/testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict
index ecd42a8d945e3ad85a6153c02b67218cf079517b..302f5901edbcb2ee3ffcde000d3945227a90c210 100644
--- a/testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict
+++ b/testing/libfuzzer/fuzzers/dicts/generated/url_parse_fuzzer.dict
@@ -7,7 +7,7 @@
"DNS"
"text"
"TCP"
-""%D3%81%87%A4%95%81@%C2%85%81%83%88"."
+"\"%D3%81%87%A4%95%81@%C2%85%81%83%88\"."
"[RFC2234]"
"F.,"
"FORCE"
@@ -49,7 +49,7 @@
"INCLUDING"
"segment."
"[RFC2732]"
-"(URL)","
+"(URL)\","
"set"
"HTTP"
"IANA"
@@ -58,17 +58,17 @@
"[RFC2518]"
"M."
"direct"
-"(IDNA)","
+"(IDNA)\","
"Only"
"Version"
"are"
"allowed."
-""X""
+"\"X\""
"(SP)."
"2DIGIT"
"section"
"BUT"
-""UTF-8,"
+"\"UTF-8,"
"3"
"version"
"[RFC1034]"
@@ -77,7 +77,7 @@
"metadata"
"Y.,"
"C"
-"WWW""
+"WWW\""
"FOR"
"0X"
"S"
@@ -90,8 +90,8 @@
"WWW"
"[BCP35]."
"MA"
-""AS"
-""%""
+"\"AS"
+"\"%\""
"NOT"
"ANY"
"[RFC1808]"
@@ -99,7 +99,7 @@
"useful"
"[RFC1737]."
"[STD63],"
-""HTTP""
+"\"HTTP\""
"(MIME)"
"TELNET"
"[RFC1630]"
@@ -116,7 +116,7 @@
"C."
"0"
"WARRANTIES"
-"(MHTML)","
+"(MHTML)\","
"ENGINEERING"
"URI;"
"few"
@@ -126,7 +126,7 @@
"type"
"empty"
"XML"
-"URL?","
+"URL?\","
"W3C/MIT"
"F"
"CA"
@@ -171,12 +171,12 @@
"LF"
"binary"
"ISO/IEC"
-""A"
+"\"A"
"(%5F),"
")"
"HTTP,"
"get"
-""A","
+"\"A\","
"[RFC2141]"
"BUFFER"
"ABNF"
@@ -194,7 +194,7 @@
"after"
"L"
"Q"
-"\'A\'"
+"'A'"
"running"
"HEXDIG"
"such"
@@ -214,7 +214,7 @@
"THAT"
"E.,"
"(%2D),"
-""URL:""
+"\"URL:\""
"WITH"
"BY"
"[UCS],"
@@ -225,14 +225,14 @@
"internal"
"P.,"
"ORGANIZATION"
-""HTTP"
+"\"HTTP"
"URI."
"it,"
"D"
"format"
"URL"
"(0"
-"URI""
+"URI\""
"URI"
"K."
"URI:"
@@ -241,7 +241,7 @@
"not"
"R."
"LIMITED"
-""%3A")"
+"\"%3A\")"
"name"
"OF"
"B."
@@ -266,12 +266,12 @@
"E."
"for"
"space"
-"ABNF","
+"ABNF\","
"[RFC1535]."
"DQUOTE"
"I"
"does"
-"\'F\'"
+"'F'"
"[RFC2396]"
"be"
"K.,"
@@ -287,11 +287,11 @@
"(T):"
"IMPLIED,"
"by"
-""URL""
+"\"URL\""
"on"
"DIGIT"
"(ABNF)"
-"WEBDAV","
+"WEBDAV\","
"of"
"could"
"R.,"
@@ -303,14 +303,14 @@
"one"
"ISO"
"FITNESS"
-""%7E""
+"\"%7E\""
"open"
"ANSI"
"[BCP19],"
-""%C3%80","
+"\"%C3%80\","
"IETF"
"support"
-""URN"
+"\"URN"
"[RFC1123]."
"long"
"[RFC0952]"
@@ -331,19 +331,19 @@
"[RFC1738]"
"(C)"
"with"
-""URI""
+"\"URI\""
"16"
"default"
"double"
-""URN""
+"\"URN\""
"[RFC2557]"
"up"
"TCP,"
"PURPOSE."
"MERCHANTABILITY"
"1)"
-"IS""
-""IANA"
+"IS\""
+"\"IANA"
"(URN)"
"and"
"USE"
@@ -359,7 +359,7 @@
"file"
"need"
"any"
-""%E3%82%A2"."
+"\"%E3%82%A2\"."
"physical"
"1*HEXDIG"
"no"
@@ -383,7 +383,7 @@
"UDP,"
"[RFC1535]"
"T."
-"(UCS)","
+"(UCS)\","
"U"
"A-F."
"T.,"
@@ -399,4 +399,5 @@
"ALPHA"
"[RFC3305]."
"H.,"
-""MIME"
+"\"MIME"
+

Powered by Google App Engine
This is Rietveld 408576698