• Alexander Barkov's avatar
    MDEV-4425 REGEXP enhancements · fcf992ba
    Alexander Barkov authored
    Adding pcre_stack_guard to avoid crashes in pcre_compile()
    on a long recursive patterns with parenthesizes:
    
    SELECT a RLIKE '((((...((((x)))...))))';
    fcf992ba
pcre_globals.c 3.75 KB