[Pcre-svn] [971] code/trunk/testdata: Add more tests for fur…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [971] code/trunk/testdata: Add more tests for further ClusterFuzz issues, all were fixed by the previous
Revision: 971
          http://www.exim.org/viewvc/pcre2?view=rev&revision=971
Author:   ph10
Date:     2018-07-22 16:43:00 +0100 (Sun, 22 Jul 2018)
Log Message:
-----------
Add more tests for further ClusterFuzz issues, all were fixed by the previous 
patch; they just crashed in different ways. The fixed issues are ClusterFuzz 
numbers 9522, 9534, 9535, 9541, 9542. The bug was a new one, introduced by a 
recent code update (never in a release).


Modified Paths:
--------------
    code/trunk/testdata/testinput1
    code/trunk/testdata/testoutput1


Modified: code/trunk/testdata/testinput1
===================================================================
--- code/trunk/testdata/testinput1    2018-07-22 15:19:43 UTC (rev 970)
+++ code/trunk/testdata/testinput1    2018-07-22 15:43:00 UTC (rev 971)
@@ -6248,4 +6248,8 @@


/(.COMMIT)(*COMMIT::::::::::interal error:::)/

+/(*COMMIT:\xFF\xFF)/
+
+/(*COMMIT:]w)/
+
# End of testinput1

Modified: code/trunk/testdata/testoutput1
===================================================================
--- code/trunk/testdata/testoutput1    2018-07-22 15:19:43 UTC (rev 970)
+++ code/trunk/testdata/testoutput1    2018-07-22 15:43:00 UTC (rev 971)
@@ -9908,4 +9908,8 @@


/(.COMMIT)(*COMMIT::::::::::interal error:::)/

+/(*COMMIT:\xFF\xFF)/
+
+/(*COMMIT:]w)/
+
# End of testinput1