[Pcre-svn] [431] code/trunk/ChangeLog: Updage ChangeLog for …

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [431] code/trunk/ChangeLog: Updage ChangeLog for another bug, already fixed by previous patch.
Revision: 431
          http://vcs.pcre.org/viewvc?view=rev&revision=431
Author:   ph10
Date:     2009-09-02 10:23:21 +0100 (Wed, 02 Sep 2009)


Log Message:
-----------
Updage ChangeLog for another bug, already fixed by previous patch.

Modified Paths:
--------------
    code/trunk/ChangeLog


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2009-09-01 16:29:46 UTC (rev 430)
+++ code/trunk/ChangeLog    2009-09-02 09:23:21 UTC (rev 431)
@@ -43,7 +43,10 @@


 8.  A pattern such as /\x{123}{2,2}+/8 was incorrectly compiled; the trigger
     was a minimum greater than 1 for a wide character in a possessive 
-    repetition. Chaos could result. 
+    repetition. The same bug could also affect patterns like /(\x{ff}{0,2})*/8
+    which had an unlimited repeat of a nested, fixed maximum repeat of a wide
+    character. Chaos in the form of incorrect output or a compiling loop could
+    result.


 9.  The restrictions on what a pattern can contain when partial matching is
     requested for pcre_exec() have been removed. All patterns can now be