Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protect against overflowing a PCRE2_SIZE in 32bit systems
Normally we will hit heap_limit first, but the HEAP_LIMIT is a build configuration and indeed, the default will overflow a 32bit PCRE_SIZE once multiplied by 1024.
- Loading branch information