Revision: 794
http://www.exim.org/viewvc/pcre2?view=rev&revision=794
Author: ph10
Date: 2017-05-20 16:34:50 +0100 (Sat, 20 May 2017)
Log Message:
-----------
Commit an experimental fuzzer dictionary.
Added Paths:
-----------
code/trunk/pcre2_fuzzer.dict
Added: code/trunk/pcre2_fuzzer.dict
===================================================================
--- code/trunk/pcre2_fuzzer.dict (rev 0)
+++ code/trunk/pcre2_fuzzer.dict 2017-05-20 15:34:50 UTC (rev 794)
@@ -0,0 +1,50 @@
+# This is attempt at a fuzzer dictionary for PCRE2.
+
+"\\A"
+"\\b"
+"\\B"
+"\\d"
+"\\D"
+"\\h"
+"\\H"
+"\\n"
+"\\N"
+"\\s"
+"\\S"
+"\\w"
+"\\W"
+"\\z"
+"\\Z"
+
+"(?"
+"(?:"
+"(?>"
+"(?="
+"(?!"
+"(?<="
+"(?<!"
+"(?|"
+
+"[:alnum:]"
+"[:alpha:]"
+"[:ascii:]"
+"[:blank:]"
+"[:cntrl:]"
+"[:digit:]"
+"[:graph:]"
+"[:lower:]"
+"[:print:]"
+"[:punct:]"
+"[:space:]"
+"[:upper:]"
+"[:word:]"
+"[:xdigit:]"
+
+"(*ACCEPT)"
+"(*FAIL)"
+"(*COMMIT)"
+"(*PRUNE)"
+"(*SKIP)"
+"(*THEN)"
+
+# End