summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-23 16:38:13 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-23 16:38:13 +0000
commitc08d1a083095944b63ec5400fdaeb7527cbbb702 (patch)
tree18181763be3606555d218b7606d7bcb150d2684a /ChangeLog
parentb4bb45b5126261b4e46548dff26ca1d8087271dd (diff)
downloadpcre-c08d1a083095944b63ec5400fdaeb7527cbbb702.tar.gz
More pcretest 16-bit updates; also a bug fix in pcre_exec.
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@821 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66b2b90..883078d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@ Version 8.22
3. Removed the function pcre_info(), which has been obsolete and deprecated
since it was replaced by pcre_fullinfo() in February 2000.
+
+4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
+ match a (*MARK), and the match failed at the start of the subject, a
+ reference to memory before the start of the subject could occur. This bug
+ was introduced by fix 17 of release 8.21.
Version 8.21 12-Dec-2011