Searched refs:_estrndup (Results 1 – 4 of 4) sorted by relevance
2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
83 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LI…171 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)185 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_…
2606 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN… function
1003 . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
Completed in 23 milliseconds