mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
53909896e0
The memory region found by find_prefered_mmap_base may clash with memory regions reserved by asan for tracking memory. The symptom of this is that mprotect for JIT fails adding the PROT_EXEC flag to the shared memory region. Closes GH-12890