Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/tests/
H A Dbug77950.phpt2 Bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG)
/PHP-7.4/Zend/
H A Dzend_alloc.h83 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_…
H A Dzend_alloc.c2627 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LIN… function
/PHP-7.4/
H A DNEWS2087 . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).

Completed in 26 milliseconds