This commit adds a warning used by the PCRE detect logic when it fails
to register initialization and free functions for per-thread JIT stack
handling.
This error code is only used when the platform has PCRE JIT exec
functionality.
CASE_CODE (SC_ERR_DATASET);
CASE_CODE (SC_WARN_ANOMALY_CONFIG);
CASE_CODE (SC_WARN_ALERT_CONFIG);
+ CASE_CODE (SC_WARN_REGISTRATION_FAILED);
CASE_CODE (SC_ERR_MAX);
}
SC_WARN_ALERT_CONFIG,
SC_ERR_PCRE_COPY_SUBSTRING,
SC_WARN_PCRE_JITSTACK,
+ SC_WARN_REGISTRATION_FAILED,
SC_ERR_MAX
} SCError;