safe_address 2583 Zend/zend_alloc.c return emalloc_rel(safe_address(nmemb, size, offset)); safe_address 2588 Zend/zend_alloc.c return pemalloc(safe_address(nmemb, size, offset), 1); safe_address 2593 Zend/zend_alloc.c return erealloc_rel(ptr, safe_address(nmemb, size, offset)); safe_address 2598 Zend/zend_alloc.c return perealloc(ptr, safe_address(nmemb, size, offset), 1); safe_address 2631 Zend/zend_alloc.c p = (char *) _emalloc(safe_address(length, 1, 1) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); safe_address 2650 Zend/zend_alloc.c p = (char *) _emalloc(safe_address(length, 1, 1) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC); safe_address 2671 Zend/zend_alloc.c p = (char *) malloc(safe_address(length, 1, 1));