]> TLD Linux GIT Repositories - packages/php.git/blobdiff - suhosin.patch
- updated to 7.1.1
[packages/php.git] / suhosin.patch
index e5c765e79621a2271d18e002f246d2a13f6eead0..378a4e45e429458180c8b8927b02ea7bc2618c78 100644 (file)
@@ -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);