- update to perl-5.26.1
* [CVE-2017-12837] Heap buffer overflow in regular expression compiler * [CVE-2017-12883] Buffer over-read in regular expression parser * tons of bug fixes - update list of obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=152
This commit is contained in:
committed by
Git OBS Bridge
parent
656316d77d
commit
5cd036dd55
@@ -2,7 +2,7 @@ Index: perl.c
|
||||
===================================================================
|
||||
--- perl.c.orig
|
||||
+++ perl.c
|
||||
@@ -4544,11 +4544,13 @@ S_init_perllib(pTHX)
|
||||
@@ -4579,11 +4579,13 @@ S_init_perllib(pTHX)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
@@ -16,7 +16,7 @@ Index: perl.c
|
||||
|
||||
if (!TAINTING_get) {
|
||||
#ifndef VMS
|
||||
@@ -4590,20 +4592,19 @@ S_init_perllib(pTHX)
|
||||
@@ -4625,20 +4627,19 @@ S_init_perllib(pTHX)
|
||||
#if defined(SITELIB_STEM) && defined(PERL_INC_VERSION_LIST)
|
||||
/* Search for version-specific dirs below here */
|
||||
S_incpush_use_sep(aTHX_ STR_WITH_LEN(SITELIB_STEM),
|
||||
|
Reference in New Issue
Block a user