mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 18:30:35 +03:00
remove jit stack
This commit is contained in:
committed by
GitHub
parent
0d81b636be
commit
6518973464
@@ -85,9 +85,7 @@ class Regex {
|
||||
private:
|
||||
#if WITH_PCRE2
|
||||
pcre2_code *m_pc;
|
||||
pcre2_match_context *m_pmc;
|
||||
int m_pcje;
|
||||
pcre2_jit_stack *m_pcjs;
|
||||
#else
|
||||
pcre *m_pc = NULL;
|
||||
pcre_extra *m_pce = NULL;
|
||||
|
||||
Reference in New Issue
Block a user