summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2020-02-18 13:51:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2020-06-01 20:35:50 +0100
commit30228cdc40a106845f279082f032011abc99e09d (patch)
tree7f60ebd48268e221859196a9ee13aaa9e87e206e /embed.h
parent902f303cd9506ad4f77ea637b140359737ba7d05 (diff)
downloadperl-30228cdc40a106845f279082f032011abc99e09d.tar.gz
study_chunk: extract rck_elide_nothing
(CVE-2020-10878) (cherry picked from commit 4fccd2d99bdeb28c2937c3220ea5334999564aa8)
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 8418e8cb32..255bf59516 100644
--- a/embed.h
+++ b/embed.h
@@ -1058,6 +1058,7 @@
#define parse_lparen_question_flags(a) S_parse_lparen_question_flags(aTHX_ a)
#define parse_uniprop_string(a,b,c,d,e,f,g,h,i,j) S_parse_uniprop_string(aTHX_ a,b,c,d,e,f,g,h,i,j)
#define populate_ANYOF_from_invlist(a,b) S_populate_ANYOF_from_invlist(aTHX_ a,b)
+#define rck_elide_nothing(a) S_rck_elide_nothing(aTHX_ a)
#define reg(a,b,c,d) S_reg(aTHX_ a,b,c,d)
#define reg2Lanode(a,b,c,d) S_reg2Lanode(aTHX_ a,b,c,d)
#define reg_node(a,b) S_reg_node(aTHX_ a,b)