X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=suhosin.patch;h=b784bbca9c7a075d466fad45f938740103bf95aa;hb=refs%2Fheads%2FPHP_5_4;hp=1fb7335b551ae9292f541e45d37f1f35f798cdce;hpb=0e1d7998b1462d710ed44764de0dbc9d348a5103;p=packages%2Fphp.git diff --git a/suhosin.patch b/suhosin.patch index 1fb7335..b784bbc 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);