summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-27 17:13:13 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-27 17:13:13 +0000
commitef6b10fcde41a2687f38d4a9ff2886b037948a1b (patch)
treedc025d74bc6bc5cfbeb90e0c056ecc7ecf5589cd /ChangeLog
parent3c80e02cd464ea049e117b423fd48fab294c51a9 (diff)
downloadpcre-ef6b10fcde41a2687f38d4a9ff2886b037948a1b.tar.gz
Fix negated POSIX class within negated overall class UCP bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1612 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 b6dfa5b..beac8ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@ Version 8.39 xx-xxxxxx-201x
1. If PCRE_AUTO_CALLOUT was set on a pattern that had a (?# comment between
an item and its qualifier (for example, A(?#comment)?B) pcre_compile()
misbehaved. This bug was found by the LLVM fuzzer.
+
+2. Further to 8.38/46, negated classes such as [^[:^ascii:]\d] were also not
+ working correctly in UCP mode.
Version 8.38 23-November-2015