Home
last modified time | relevance | path

Searched refs:zend_mm_alloc_small (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/tests/
H A Dbug75241.phpt2 Bug #75241 (Null pointer dereference in zend_mm_alloc_small())
H A Dbug74084.phpt2 Bug #74084 (Out of bound read - zend_mm_alloc_small)
/PHP-7.1/Zend/
H A Dzend_alloc.c1260 static zend_always_inline void *zend_mm_alloc_small(zend_mm_heap *heap, size_t size, int bin_num ZE… function
1344 …ptr = zend_mm_alloc_small(heap, size, ZEND_MM_SMALL_SIZE_TO_BIN(size) ZEND_FILE_LINE_RELAY_CC ZEND…
2349 …return zend_mm_alloc_small(AG(mm_heap), _size, _num ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RE…
/PHP-7.1/
H A DNEWS708 . Fixed bug #75241 (Null pointer dereference in zend_mm_alloc_small()).
1183 . Fixed bug #74084 (Out of bound read - zend_mm_alloc_small). (Laruence)

Completed in 23 milliseconds