X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=suhosin.patch;h=5f1109bb0fcab3aa12063df6fb02eb87066de005;hb=refs%2Fheads%2FPHP_5_5;hp=8608d1fa03c626f35e2a50c698d7e5bd834a89cd;hpb=e91759a5f12798508bad2aac1e4492e90923c4cb;p=packages%2Fphp.git 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);