summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-30 17:44:45 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-30 17:44:45 +0000
commite78ad4264b16988b826bd2939a1781c1165a92d9 (patch)
treef69439448ae01a81a397cdc66579e3d6f22c8fd8 /ChangeLog
parente347b40d5bb12f7ef1e632aa649571a107be7d8a (diff)
downloadpcre-e78ad4264b16988b826bd2939a1781c1165a92d9.tar.gz
Fix \Q\E before qualifier bug when auto callouts are enabled.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1616 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c24ea84..a33c6b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@ Version 8.39 xx-xxxxxx-201x
5. Allow for up to 32-bit numbers in the ordin() function in pcregrep.
+6 . An empty \Q\E sequence between an item and its qualifier caused
+ pcre_compile() to misbehave when auto callouts were enabled. This bug was
+ found by the LLVM fuzzer.
+
Version 8.38 23-November-2015
-----------------------------