From 1f8181b38c0b39ae4b9803ae2bdd2f7f7d829e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 30 Mar 2017 13:12:51 +0200 Subject: [PATCH] Upstream bug #2052 is known as CVE-2017-7244 --- pcre.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pcre.spec b/pcre.spec index e892506..07a59b7 100644 --- a/pcre.spec +++ b/pcre.spec @@ -57,7 +57,7 @@ Patch7: pcre-8.40-Make-pcretest-check-size-of-O-argument.patch Patch8: pcre-8.40-Minor-doc-update.patch # Fix a crash when finding a Unicode property for a character with a code # point greater than 0x10ffff in UTF-32 library while UTF mode is disabled, -# upstream bug #2052, in upstream after 8.40 +# CVE-2017-7244 upstream bug #2052, in upstream after 8.40 Patch9: pcre-8.40-Fix-Unicode-property-crash-for-32-bit-characters-gre.patch # Fix DFA match for a possessively repeated character class, # upstream bug #2086, in upstream after 8.40 @@ -264,9 +264,9 @@ make %{?_smp_mflags} check VERBOSE=yes - Fix a crash in pcretest when \O directive was supplied with too big number (upstream bug #2044) - Document pcretest input cannot contain binary zeroes (upstream bug #2045) -- Fix a crash when finding a Unicode property for a character with a code - point greater than 0x10ffff in UTF-32 library while UTF mode is disabled - (upstream bug #2052) +- Fix CVE-2017-7244 (a crash when finding a Unicode property for a character + with a code point greater than 0x10ffff in UTF-32 library while UTF mode is + disabled) (upstream bug #2052) * Thu Feb 23 2017 Petr Pisar - 8.40-4 - Fix a crash in pcretest when printing non-ASCII characters