X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=suhosin.patch;h=378a4e45e429458180c8b8927b02ea7bc2618c78;hp=e5c765e79621a2271d18e002f246d2a13f6eead0;hb=2145ef2126854956fb897978f38cda33bdc6672c;hpb=cb6675ca3dd8d6b8119bced030fd5ee25f5397df diff --git a/suhosin.patch b/suhosin.patch index e5c765e..378a4e4 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);