diff --git a/CVE-2018-18312-1.patch b/CVE-2018-18312-1.patch index 9c2c7a6..41ea467 100644 --- a/CVE-2018-18312-1.patch +++ b/CVE-2018-18312-1.patch @@ -1,5 +1,5 @@ --- a/regcomp.c 2018-05-21 20:29:23.000000000 +0800 -+++ b/regcomp-change.c 2019-04-11 09:51:08.493000000 +0800 ++++ b/regcomp.c 2019-04-11 09:51:08.493000000 +0800 @@ -15591,7 +15591,6 @@ redo_curchar: if (UCHARAT(RExC_parse) != ')') vFAIL("Expecting close paren for wrapper for nested extended charclass"); diff --git a/CVE-2018-18312-2.patch b/CVE-2018-18312-2.patch index 8cca75b..1a0e80f 100644 --- a/CVE-2018-18312-2.patch +++ b/CVE-2018-18312-2.patch @@ -1,5 +1,5 @@ --- a/t/re/reg_mesg.t 2018-05-21 20:29:23.000000000 +0800 -+++ b/t/re/reg_mesg-change.t 2019-04-11 09:54:59.622000000 +0800 ++++ b/t/re/reg_mesg.t 2019-04-11 09:54:59.622000000 +0800 @@ -122,6 +122,8 @@ my $tab_hex = sprintf "%02X", ord("\t"); # # The first set are those that should be fatal errors.