| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Backports parts of https://vcs.pcre.org/pcre2?view=revision&revision=1175
fixing https://bugs.exim.org/show_bug.cgi?id=2453.
|
|
|
|
|
|
|
|
| |
Use MAP_JIT only when running under hardened runtime, because MAP_JIT
is incompatible with fork().
The check is based on
https://github.com/mono/mono/commit/f879e35e3ed7496d819bd766deb8be6992d068ed.
|
|
|
|
|
|
|
|
| |
This is intended to fix the primary issue from bug #77260.
Prior to macOS 10.14 multiple MAP_JIT segments were not permitted,
leading to mmap failures and corresponding "no more memory" errors
on macOS 10.13.
|
|
|
|
| |
We backport r1092 from pcre2.
|
|
|
|
| |
Applied upstream patch, see https://bugs.exim.org/show_bug.cgi?id=2321
|
|
|
|
| |
(cherry picked from commit d918e0776b5168aed2707b0ca500589844f0faa8)
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
|
|
|
|
| |
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
|
| |
|
|
RFC https://wiki.php.net/rfc/pcre2-migration
|