summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-12-23 23:15:37 -0700
committerKarl Williamson <khw@cpan.org>2017-12-24 17:20:45 -0700
commit034602eb0483306842c572ced4105398f6c38595 (patch)
tree4c92777d3695c39b3d181bb6d3b1393a43364556 /embedvar.h
parent07093db4de0c6dc92b6c401b33af53b861e41ea2 (diff)
downloadperl-034602eb0483306842c572ced4105398f6c38595.tar.gz
Add script_run regex feature
As explained in the docs, this helps detect spoofing attacks.
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 635a01a796..13d37e32b4 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -65,6 +65,7 @@
#define PL_Posix_ptrs (vTHX->IPosix_ptrs)
#define PL_Proc (vTHX->IProc)
#define PL_SB_invlist (vTHX->ISB_invlist)
+#define PL_SCX_invlist (vTHX->ISCX_invlist)
#define PL_Sock (vTHX->ISock)
#define PL_StdIO (vTHX->IStdIO)
#define PL_Sv (vTHX->ISv)