Home
last modified time | relevance | path

Searched refs:_estrndup (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/exif/tests/
H A Dbug77950.phpt2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
/PHP-8.2/Zend/
H A Dzend_alloc.h77 ZEND_API ZEND_ATTRIBUTE_MALLOC char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FIL…
165 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
179 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_…
H A Dzend_alloc.c2687 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN… function

Completed in 17 milliseconds