Home
last modified time | relevance | path

Searched refs:php_sys_readlink (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/standard/
H A Dlink.c70 ret = php_sys_readlink(link, buff, MAXPATHLEN-1); in PHP_FUNCTION()
H A Dlink_win32.c77 if (php_sys_readlink(link, target, MAXPATHLEN) == -1) { in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h137 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len);
142 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) macro
H A Dzend_virtual_cwd.c233 CWD_API int php_sys_readlink(const char *link, char *target, size_t target_len){ /* {{{ */ in php_sys_readlink() function
1175 if (++(*ll) > LINK_MAX || (j = php_sys_readlink(tmp, path, MAXPATHLEN)) < 0) { in tsrm_realpath_r()
/PHP-7.1/main/
H A Dfopen_wrappers.c176 ret = php_sys_readlink(path_tmp, buf, MAXPATHLEN - 1);
/PHP-7.1/ext/spl/
H A Dspl_directory.c1245 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
1247 ret = php_sys_readlink(intern->file_name, buff, MAXPATHLEN-1); in FileInfoFunction()
/PHP-7.1/
H A DNEWS3711 . Fixed bug #69511 (Off-by-one buffer overflow in php_sys_readlink).

Completed in 36 milliseconds