X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=suhosin.patch;h=5f1109bb0fcab3aa12063df6fb02eb87066de005;hp=8608d1fa03c626f35e2a50c698d7e5bd834a89cd;hb=64b64c8c7685ec0cae3126df6660a3434eb718f4;hpb=0ae9be8f492f187a4367ee6f16f1966ea37cf077 diff --git a/suhosin.patch b/suhosin.patch index 8608d1f..5f1109b 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);