X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=suhosin.patch;h=e5c765e79621a2271d18e002f246d2a13f6eead0;hb=9bc3d1e25fe3dfbbeb6e67045e76c2002ebca550;hp=378a4e45e429458180c8b8927b02ea7bc2618c78;hpb=82a65623177f5b2e88f5f248eacd607693a3caae;p=packages%2Fphp.git diff --git a/suhosin.patch b/suhosin.patch index 378a4e4..e5c765e 100644 --- a/suhosin.patch +++ b/suhosin.patch @@ -876,7 +876,7 @@ the following modifications have been made: heap->cache[index] = best_fit->prev_free_block; ZEND_MM_CHECK_MAGIC(best_fit, MEM_BLOCK_CACHED); - ZEND_MM_SET_DEBUG_INFO(best_fit, size, 1, 0); -- +- + ZEND_MM_SET_DEBUG_INFO(best_fit, size, 1, 0); +#if SUHOSIN_PATCH + SUHOSIN_MM_SET_CANARIES(best_fit);