summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-02-23 16:24:08 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-02-23 16:24:08 +0000
commit312dd5d85714f73c247131b541405cf0bf24581b (patch)
tree6238469a46d60cfae6e2e25426fbfb729e0837ca /ChangeLog
parent686660568dde71f9a7f8791cbb8a77702b3ea820 (diff)
downloadpcre-312dd5d85714f73c247131b541405cf0bf24581b.tar.gz
Make pcretest check size of \O argument.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1686 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7055476..a226e21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,7 +23,12 @@ following '+' or '?' (example: /X+(?#comment)?Y/.
5. Avoid use of a potentially overflowing buffer in pcregrep (patch by Petr
Pisar).
-6. Check for values < 256 when calling isprint() in pcretest.
+6. Fuzzers have reported issues in pcretest. These are NOT serious (it is,
+after all, just a test program). However, to stop the reports, some easy ones
+are fixed:
+
+ (a) Check for values < 256 when calling isprint() in pcretest.
+ (b) Give an error for too big a number after \O.
Version 8.40 11-January-2017