From 010bdd6d540c7e97d910d228a8e0de0f413cae77 Mon Sep 17 00:00:00 2001 From: zhanliwen Date: Tue, 4 Aug 2020 11:02:43 +0800 Subject: [PATCH] Fix CVE --- CVE-2018-18312-1.patch | 2 +- CVE-2018-18312-2.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.