--- embedaddon/pcre/pcreposix.c 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/pcreposix.c 2012/10/09 09:19:17 1.1.1.3 @@ -158,7 +158,10 @@ static const int eint[] = { REG_BADPAT, /* \N is not supported in a class */ REG_BADPAT, /* too many forward references */ REG_BADPAT, /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */ - REG_BADPAT /* invalid UTF-16 string (should not occur) */ + REG_BADPAT, /* invalid UTF-16 string (should not occur) */ + /* 75 */ + REG_BADPAT, /* overlong MARK name */ + REG_BADPAT /* character value in \u.... sequence is too large */ }; /* Table of texts corresponding to POSIX error codes */