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

Side by Side Diff: testing/libfuzzer/fuzzers/dicts/generated/libxml_xml_read_memory_fuzzer.dict

Issue 2115563002: [libfuzzer] Added script for dictionary generation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unused imports, missing copyrights, rename one function. 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 unified diff | Download patch
OLDNEW
(Empty)
1 #
2 # AFL dictionary for XML
3 # ----------------------
4 #
5 # Several basic syntax elements and attributes, modeled on libxml2.
6 #
7 # Created by Michal Zalewski <lcamtuf@google.com>
8 #
9
10 attr_encoding=" encoding=\"1\""
11 attr_generic=" a=\"1\""
12 attr_href=" href=\"1\""
13 attr_standalone=" standalone=\"no\""
14 attr_version=" version=\"1\""
15 attr_xml_base=" xml:base=\"1\""
16 attr_xml_id=" xml:id=\"1\""
17 attr_xml_lang=" xml:lang=\"1\""
18 attr_xml_space=" xml:space=\"1\""
19 attr_xmlns=" xmlns=\"1\""
20
21 entity_builtin="&lt;"
22 entity_decimal="&#1;"
23 entity_external="&a;"
24 entity_hex="&#x1;"
25
26 string_any="ANY"
27 string_brackets="[]"
28 string_cdata="CDATA"
29 string_col_fallback=":fallback"
30 string_col_generic=":a"
31 string_col_include=":include"
32 string_dashes="--"
33 string_empty="EMPTY"
34 string_empty_dblquotes="\"\""
35 string_empty_quotes="''"
36 string_entities="ENTITIES"
37 string_entity="ENTITY"
38 string_fixed="#FIXED"
39 string_id="ID"
40 string_idref="IDREF"
41 string_idrefs="IDREFS"
42 string_implied="#IMPLIED"
43 string_nmtoken="NMTOKEN"
44 string_nmtokens="NMTOKENS"
45 string_notation="NOTATION"
46 string_parentheses="()"
47 string_pcdata="#PCDATA"
48 string_percent="%a"
49 string_public="PUBLIC"
50 string_required="#REQUIRED"
51 string_schema=":schema"
52 string_system="SYSTEM"
53 string_ucs4="UCS-4"
54 string_utf16="UTF-16"
55 string_utf8="UTF-8"
56 string_xmlns="xmlns:"
57
58 tag_attlist="<!ATTLIST"
59 tag_cdata="<![CDATA["
60 tag_close="</a>"
61 tag_doctype="<!DOCTYPE"
62 tag_element="<!ELEMENT"
63 tag_entity="<!ENTITY"
64 tag_ignore="<![IGNORE["
65 tag_include="<![INCLUDE["
66 tag_notation="<!NOTATION"
67 tag_open="<a>"
68 tag_open_close="<a />"
69 tag_open_exclamation="<!"
70 tag_open_q="<?"
71 tag_sq2_close="]]>"
72 tag_xml_q="<?xml?>"
73 "http://docboo"
74 "http://www.w"
75 "UTF-16LE"
76 "xmlns"
77 "he30"
78 "he2"
79 "IET"
80 "FDF-10"
81 "aDUCS-4OPveb:"
82 "a>"
83 "UT"
84 "xMl"
85 "/usr/share/sg"
86 "ha07"
87 "http://www.oa"
88 "cle"
89
90
91 # Dictionary elements below have been generated automatically.
92 "WG"
93 "all"
94 "code"
95 "TC2."
96 "text"
97 "forbidden"
98 "supported"
99 "(UAX"
100 "by"
101 "syntax"
102 "notations"
103 "area"
104 "SGML,"
105 "/"
106 "Content"
107 "conditional"
108 "follow"
109 "Document"
110 "find"
111 "MUST"
112 "with,"
113 "removed"
114 "based"
115 "("
116 "V.,"
117 "outside"
118 "should"
119 "to"
120 "only"
121 "\'(\'"
122 "W3C."
123 "8"
124 "quotation"
125 "local"
126 "(E)."
127 "do"
128 "QUESTION"
129 "FULL"
130 "WIDTH"
131 "string"
132 "notation"
133 "without"
134 "\':\'"
135 "between"
136 "space,"
137 "Value"
138 "choice"
139 "\'INCLUDE\'"
140 "cannot"
141 "JIS"
142 "NO-BREAK"
143 "E62"
144 "ending"
145 "(URI):"
146 "(#PCDATA"
147 "LAO"
148 "resource"
149 "embedded"
150 "called"
151 "\'&#60;!ENTITY"
152 "Conditional"
153 "list"
154 "Entity"
155 "large"
156 "(GI),"
157 "contain"
158 "small"
159 "&MAY;"
160 "->"
161 "ASCII"
162 "available"
163 "abbreviated"
164 "set"
165 "3986">IETF"
166 ""REC">"
167 "reference"
168 "##"
169 "etc."
170 "DTD,"
171 "direct"
172 "module"
173 "sign"
174 "zero"
175 "Version"
176 "M."
177 "are"
178 "3C"
179 "UTF-8,"
180 "3F"
181 "canonical"
182 "&SGML;"
183 "font"
184 "incompatible"
185 "B+,"
186 "EMPTY>"
187 "section"
188 "ID,"
189 "label"
190 "state"
191 "version"
192 "enumerated"
193 "apos"
194 "above"
195 "capital"
196 "new"
197 "(ASCII)"
198 "PI"
199 "\'=\'"
200 "public"
201 "body"
202 "C"
203 "full"
204 "escaping"
205 "parent"
206 "UAX"
207 "error"
208 "component"
209 "here"
210 "ranges"
211 "MIDDLE"
212 "objects"
213 "address"
214 "path"
215 "Identifier"
216 "UTF-16,"
217 "change"
218 "V2.1"
219 "last"
220 "2141">IETF"
221 "root"
222 "ISO-10646-UCS-2"
223 "equal"
224 "against"
225 "[A-Z]"
226 "connection"
227 "2781">IETF"
228 "attributes"
229 "Attribute"
230 "error,"
231 "comment"
232 "among"
233 "named"
234 "LINE"
235 "point"
236 "color"
237 "character"
238 "marked"
239 "names"
240 "FF"
241 "table"
242 "BCP"
243 "DOT"
244 "once"
245 "use"
246 "from"
247 "stream"
248 "entities"
249 "MARK,"
250 "P."
251 "contains"
252 "two"
253 "\'ANY\'"
254 "symbol"
255 "few"
256 "duplicate"
257 "CDATA,"
258 "call"
259 "UCS-4,"
260 "scope"
261 "type"
262 "empty"
263 "more"
264 "XML"
265 "field"
266 "XSLT"
267 "Default"
268 "Markup"
269 "validity"
270 "ZERO"
271 "Space"
272 "normalized"
273 "child"
274 "\')*\'"
275 "%YN;""
276 "(MUST,"
277 "must"
278 "#IMPLIED>"
279 "sample"
280 "6F"
281 "GREEK"
282 "this"
283 "Text"
284 "expanded"
285 "single"
286 "value"
287 "will"
288 "(UCS)"
289 "FEED"
290 "paragraph"
291 "values"
292 "three"
293 "many"
294 "following"
295 "closing"
296 "property"
297 "\'}\'"
298 "F."
299 "LOW"
300 "control"
301 "ASCII,"
302 "2119">IETF"
303 "L."
304 "links"
305 "YN"
306 "process"
307 "attribute"
308 "is"
309 "in"
310 "accept"
311 "parse"
312 "middle"
313 "tag"
314 "MIME"
315 "allowed"
316 "X-0208-1997."
317 "UTF-7"
318 "\']\'"
319 "absolute"
320 "information"
321 "different"
322 "end"
323 "PI."
324 "Notation"
325 "quot"
326 "generic"
327 "unparsed"
328 "charset"
329 "namespace"
330 "same"
331 "(CDATA)"
332 "write"
333 "read"
334 "ISO/IEC"
335 "H"
336 "units"
337 "8879">ISO"
338 "document"
339 "parameter"
340 "start"
341 "A"
342 "product"
343 "Resource"
344 "description"
345 "see"
346 "may"
347 "stop"
348 "after"
349 "\'IGNORE\'"
350 "U+FEFF,"
351 "HTML."
352 "possible"
353 "user"
354 "characters"
355 "such"
356 "on"
357 "data"
358 "compatibility"
359 "STACS"
360 "a"
361 "All"
362 "I"
363 "undefined"
364 "rules"
365 "expression"
366 "markup"
367 "author"
368 "well"
369 "-MSM"
370 "element"
371 "\')\'"
372 ")"
373 "xml:lang"
374 "y"
375 "position"
376 "the"
377 "first"
378 "left"
379 "decl"
380 "S."
381 "MA,"
382 "BB"
383 "less"
384 "<body>"
385 "storage"
386 "\';\'"
387 "entity"
388 "symbols"
389 "10646">ISO"
390 "stored"
391 "nbsp"
392 "COLON,"
393 "THAI"
394 "(FAMILY"
395 "R."
396 "before"
397 "HTML"
398 "MIME),"
399 "MIME)."
400 "group"
401 "trying"
402 "No"
403 "had"
404 "except"
405 "detected"
406 "valid"
407 "usage"
408 "input"
409 "(double-hyphen)"
410 "has"
411 "match"
412 "((\'X\'"
413 "identical"
414 "..."
415 "V2.5"
416 "3023">IETF"
417 "combination"
418 "format"
419 "fragment"
420 "URN"
421 "URI"
422 "symbol,"
423 "SHOULD,"
424 "declared"
425 "logical"
426 "not"
427 "using"
428 "bit"
429 "NDATA"
430 "like"
431 "sequence,"
432 "term"
433 "name"
434 "Encoding"
435 "B,"
436 "decimal"
437 "B)"
438 "JC)"
439 "(#PCDATA)"
440 "token"
441 "10744">ISO"
442 "steps"
443 "ENTITY)"
444 "found"
445 "8879:1986(E)."
446 "|"
447 "FE"
448 "subset"
449 "profile"
450 "right"
451 "(W3C)"
452 "p"
453 "bytes"
454 "creation"
455 "((\'#FIXED\'"
456 "HH"
457 "elements"
458 "escape"
459 "proper"
460 "et"
461 "FINAL"
462 "out"
463 "predefined"
464 "provided"
465 "declaration"
466 "XML."
467 "container"
468 "network"
469 "\'"
470 "space"
471 "SPACE"
472 "preserve"
473 "SGML"
474 "per"
475 "content"
476 "method"
477 "does"
478 "XML),"
479 "occurs"
480 "be"
481 "HTTP"
482 "8879:1986(E)"
483 "10646:2000">ISO"
484 "B"
485 "\'{\'"
486 "RFC"
487 "step"
488 "base"
489 "references"
490 "output"
491 ""MUST"
492 "permitted"
493 "definition"
494 "EDIT:"
495 "language"
496 "standalone"
497 "column"
498 "of"
499 "could"
500 "Tags"
501 "mdash"
502 "recognized"
503 "times"
504 "range"
505 "due"
506 "\'#PCDATA\'"
507 "hexadecimal"
508 "or"
509 "\'PUBLIC\'"
510 "N.B."
511 "\',\'"
512 "A,"
513 "encoding"
514 "xml:space"
515 "within"
516 "STOP"
517 "number"
518 "one"
519 "&MAY;,"
520 "Internal"
521 "ISO"
522 "construct"
523 "operator"
524 "RETURN"
525 "mark"
526 "Empty"
527 "IANA"
528 "doesn\'t"
529 "(#PCDATA)>"
530 "long"
531 "checked"
532 "(C"
533 "indicate"
534 "IETF"
535 "unknown"
536 "there"
537 "system"
538 "wrapper"
539 "HYPHEN-MINUS,"
540 "needed"
541 "2"
542 "too"
543 "literal"
544 "white"
545 "<!--"
546 "was"
547 "final"
548 "function"
549 "D."
550 "T."
551 "\'?>\'"
552 "option"
553 "form"
554 "enough"
555 "D21"
556 "collapsed"
557 "(XML)"
558 "but"
559 "selector"
560 "ampersand,"
561 "part"
562 "scripts,"
563 "DTD."
564 "EBCDIC"
565 "UTF-16LE,"
566 "line"
567 "DTD"
568 "with"
569 "than"
570 "MAY"
571 "relative"
572 "Set"
573 "target"
574 "keyword"
575 "default"
576 "double"
577 "SA,"
578 "tree"
579 "return,"
580 "\'[\'"
581 "carriage"
582 "computer"
583 "to,"
584 ">"
585 "similar"
586 "declare"
587 "result"
588 "and"
589 "files"
590 "UTF-16BE,"
591 "ISBN"
592 "semicolon"
593 "up"
594 "defined"
595 "parser"
596 "CHARACTER"
597 "E14"
598 "an"
599 "UTF-8."
600 "as"
601 "warning"
602 "exist"
603 "at"
604 "file"
605 "New"
606 "need"
607 "check"
608 "(\'M\'"
609 "conversion"
610 "angle"
611 "no"
612 "#IMPLIED">"
613 "-"
614 "validating"
615 "invalid"
616 "A."
617 "EUC,"
618 "instance"
619 "internal"
620 "A7"
621 "XHTML"
622 "registered"
623 "\'|\'"
624 "node"
625 "added"
626 "multiple"
627 "Name"
628 "XML,"
629 "quote"
630 "preceding"
631 "object"
632 "AM"
633 "W3C"
634 "(WG)."
635 "Element"
636 "(\'L\'"
637 "class"
638 "generated"
639 "letter"
640 "SARA"
641 "inserted"
642 "model"
643 "structure"
644 "\'\\\'"
645 "building"
646 "\'NDATA\'"
647 "backward"
648 "less-than"
649 "for"
650 "E11"
651 "failure"
652 "FFFE,"
653 "required"
654 "rule"
655 "(EBNF)"
656 "CARRIAGE"
657 "bracket"
658 "link"
659 "%"
660 "requires"
661 "external"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698