]> granicus.if.org Git - php/commit
Fixed bug #78272
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 18 Sep 2019 07:44:00 +0000 (09:44 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 18 Sep 2019 08:41:27 +0000 (10:41 +0200)
commite11ed028706dbedc51ba71736de21db15890a1c0
treeb78de4b3c1b4475ec5715b9382be1666fc47b5eb
parent03efeda53852842fe1a40240fce6793bba617959
Fixed bug #78272

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.
NEWS
ext/pcre/pcre2lib/sljit/sljitExecAllocator.c
ext/pcre/tests/bug78272.phpt [new file with mode: 0644]