--- code/trunk/ChangeLog 2007/06/04 10:49:21 169 +++ code/trunk/ChangeLog 2007/06/04 11:21:13 170 @@ -38,6 +38,10 @@ 7. Added two new calls to pcre_fullinfo(): PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED. + + 8. A pattern such as (.*(.)?)* caused pcre_exec() to fail by either not + terminating or by crashing. Diagnosed by Viktor Griph; it was in the code + for detecting groups that can match an empty string. Version 7.1 24-Apr-07