mbox

pcre 8.38: latest patches from upstream (LFS)

Message ID 1459494088-1400-1-git-send-email-matthias.fischer@ipfire.org
State Accepted
Commit c07053012f7007a627a92141db162675370c909e
Headers

Message

Matthias Fischer April 1, 2016, 6:01 p.m. UTC
  * Fix auto-callout (?# comment bug.
* Fix negated POSIX class within negated overall class UCP bug.
* Fix bug for isolated \E between an item and its qualifier
when auto callout is set.
* Give error for regexec with pmatch=NULL and REG_STARTEND set.
* Allow for up to 32-bit numbers in the ordin() function in  pcregrep.
* Fix \Q\E before qualifier bug when auto callouts are enabled.
* Fix /x bug when pattern starts with white space and (?-x).
* Fix copy named substring bug.
* Fix (by hacking) another length computation issue.
* Fix get_substring_list() bug when \K is used in an assertion.
* Fix pcretest bad behaviour for callout in lookbehind.
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.
* Yet another duplicate name bugfix by overestimating the
memory needed  (i.e. another hack - PCRE2 has this "properly" fixed).
* Fix pcretest loop for global matching with an ovector size less than 2.
* Fix non-diagnosis of missing assertion after (?(?C).

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/pcre                                     |    1 +
 src/patches/pcre-8.38-upstream_fixes-1.patch | 1408 ++++++++++++++++++++++++++
 2 files changed, 1409 insertions(+)
 create mode 100644 src/patches/pcre-8.38-upstream_fixes-1.patch