X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=suhosin.patch;h=e5c765e79621a2271d18e002f246d2a13f6eead0;hb=9a574c326ccb9321e53d50ff39c9a140520d8787;hp=378a4e45e429458180c8b8927b02ea7bc2618c78;hpb=8e95d3efd3e05b2419be3a092efa3cb763c382fd;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);