Fix CVE
This commit is contained in:
parent
0a5b95149c
commit
010bdd6d54
@ -1,5 +1,5 @@
|
|||||||
--- a/regcomp.c 2018-05-21 20:29:23.000000000 +0800
|
--- 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:
|
@@ -15591,7 +15591,6 @@ redo_curchar:
|
||||||
if (UCHARAT(RExC_parse) != ')')
|
if (UCHARAT(RExC_parse) != ')')
|
||||||
vFAIL("Expecting close paren for wrapper for nested extended charclass");
|
vFAIL("Expecting close paren for wrapper for nested extended charclass");
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
--- a/t/re/reg_mesg.t 2018-05-21 20:29:23.000000000 +0800
|
--- 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");
|
@@ -122,6 +122,8 @@ my $tab_hex = sprintf "%02X", ord("\t");
|
||||||
#
|
#
|
||||||
# The first set are those that should be fatal errors.
|
# The first set are those that should be fatal errors.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user