From 2a7934eb8a0825c9d90ccd8f3a944312dce80ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 24 Aug 2015 16:01:50 +0200 Subject: [PATCH] Fix a buffer overflow with duplicated named groups... is a bug #1250946 --- pcre.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pcre.spec b/pcre.spec index 6b3742e..50be03f 100644 --- a/pcre.spec +++ b/pcre.spec @@ -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 "(?|", -# , in upstream after 8.37 +# , 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 - 8.37-2 - Fix CVE-2015-3210 (heap overflow when compiling an expression with named