Page MenuHomePhabricator
Paste P9810

Trigger PREG_JIT_STACKLIMIT_ERROR
ActivePublic

Authored by dcausse on Dec 4 2019, 10:49 PM.
Tags
None
Referenced Files
F31456917: raw.txt
Dec 4 2019, 10:49 PM
Subscribers
None
$ret = preg_match( '/(?:ab|c)+/', str_repeat( 'c', 8192 ) );
if ( $ret === false ) {
print( "failed with: " . preg_last_error() );
}