mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Replace reallocarray with safe_perealloc (#9593)
This commit is contained in:
parent
49499c512e
commit
b61c81c949
4 changed files with 3 additions and 50 deletions
|
@ -179,14 +179,6 @@ END_EXTERN_C()
|
|||
#define explicit_bzero php_explicit_bzero
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_REALLOCARRAY
|
||||
BEGIN_EXTERN_C()
|
||||
PHPAPI void* php_reallocarray(void *p, size_t nmb, size_t siz);
|
||||
END_EXTERN_C()
|
||||
#undef reallocarray
|
||||
#define reallocarray php_reallocarray
|
||||
#endif
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
|
||||
END_EXTERN_C()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue