Fix a buffer overflow with duplicated named groups... is a bug #1250946

This commit is contained in:
Petr Písař 2015-08-24 16:01:50 +02:00
parent 7da5705443
commit 2a7934eb8a

View File

@ -42,7 +42,8 @@ Patch4: pcre-8.37-Fix-named-forward-reference-to-duplicate-group-numbe.patch
# in upstream after 8.37
Patch5: pcre-8.37-Fix-another-buffer-overflow.patch
# Fix a buffer overflow with duplicated named groups and an occurrence of "(?|",
# <https://bugs.exim.org/show_bug.cgi?id=1667>, in upstream after 8.37
# <https://bugs.exim.org/show_bug.cgi?id=1667>, bug #1250946,
# in upstream after 8.37
Patch6: pcre-8.37-Fix-buffer-overflow-for-named-references-in-situatio.patch
BuildRequires: readline-devel
# New libtool to get rid of rpath
@ -166,6 +167,7 @@ make %{?_smp_mflags} check VERBOSE=yes
- Fix a buffer overflow with a forward reference by name to a group whose
number is the same as the current group
- Fix a buffer overflow with duplicated named groups and an occurrence of "(?|"
(bug #1250946)
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> - 8.37-2
- Fix CVE-2015-3210 (heap overflow when compiling an expression with named