1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext
LoongT4o a924e1c71b Fix the JIT buffer relocation failure at the corner case (#11266)
Avoid missing possible candidates due to the large address range of the free segment.
Eg, 

48000000-49400000 r-xs 08000000 00:0f 39322841               segment1
7ffff2ec8000-7ffff2f49000 rw-p 00000000 00:00 0              segment2
7ffff6fae000-7ffff735c000 r-xp 00200000 08:02 11538515       /usr/local/sbin/php-fpm

original code will miss the opportunity between [7ffff2ec** - 7ffff2ec8000].

Fix issue #11265.

Signed-off-by: Long, Tao <tao.long@intel.com>
Signed-off-by: Dmitry Stogov <dmitrystogov@gmail.com>
2024-07-22 19:17:43 +02:00
..
2023-09-26 21:44:00 +02:00
2023-11-22 20:39:29 -06:00
2024-07-14 12:46:37 +02:00
2023-07-10 13:34:21 +02:00
2024-05-17 13:08:42 +02:00
2024-01-04 19:26:32 +01:00
2024-07-03 19:17:13 +02:00
2023-09-22 10:26:01 +02:00
2024-07-06 14:41:44 +02:00