summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-02-22 17:17:49 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2017-02-22 17:17:49 +0000
commit7204e99eb2643d5acca173279166b872bccbcb31 (patch)
treea29d27fd94fa76971b0d932465558792a4ceee48 /ChangeLog
parent058f6242671bed119591362418f2473d6b32df25 (diff)
downloadpcre-7204e99eb2643d5acca173279166b872bccbcb31.tar.gz
Avoid use of a potentially overflowing buffer in pcregrep.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1684 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac3973..019e0f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,9 @@ several lines after the start.
4. A (?# style comment is now ignored between a basic quantifier and a
following '+' or '?' (example: /X+(?#comment)?Y/.
+5. Avoid use of a potentially overflowing buffer in pcregrep (patch by Petr
+Pisar).
+
Version 8.40 11-January-2017
----------------------------