Upstream bug #2035 is known as CVE-2017-6004

This commit is contained in:
Petr Písař 2017-02-21 15:09:51 +01:00
parent 21328c1699
commit e8041b1518

View File

@ -37,7 +37,7 @@ Patch1: pcre-8.32-refused_spelling_terminated.patch
# Fix pcregrep multi-line matching --only-matching option, upstream bug #1848,
# in upstream after 8.40
Patch2: pcre-8.40-Correct-fix-for-pcre2grep-multiline-with-only-matchi.patch
# Fix a crash in JIT compilation, upstream bug #2035,
# Fix a crash in JIT compilation, CVE-2017-6004, upstream bug #2035,
# in upstream after 8.40
Patch3: pcre-8.40-Fix-a-missing-else-in-the-JIT-compiler-reported-by-i.patch
# Fix a potenial buffer overflow in formatting a pcregrep error message,
@ -240,7 +240,7 @@ make %{?_smp_mflags} check VERBOSE=yes
* Tue Feb 14 2017 Petr Pisar <ppisar@redhat.com> - 8.40-2
- Fix pcregrep multi-line matching --only-matching option (upstream bug #1848)
- Fix a crash in JIT compilation (upstream bug #2035)
- Fix CVE-2017-6004 (a crash in JIT compilation) (upstream bug #2035)
- Fix a potenial buffer overflow in formatting a pcregrep error message
(upstream bug #2037)