Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638932
Collapse All | Expand All

(-)clamav-0.99.2/libclamav/regex_pcre.c~ (-1 / +2 lines)
Lines 112-118 int cli_pcre_addoptions(struct cli_pcre_ Link Here
112
#if USING_PCRE2
112
#if USING_PCRE2
113
int cli_pcre_compile(struct cli_pcre_data *pd, long long unsigned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override)
113
int cli_pcre_compile(struct cli_pcre_data *pd, long long unsigned match_limit, long long unsigned match_limit_recursion, unsigned int options, int opt_override)
114
{
114
{
115
    int errornum, erroffset;
115
    int errornum;
116
    size_t erroffset;
116
    pcre2_general_context *gctx;
117
    pcre2_general_context *gctx;
117
    pcre2_compile_context *cctx;
118
    pcre2_compile_context *cctx;
118
119

Return to bug 638932