Home
last modified time | relevance | path

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

/dports/www/bozohttpd/bozohttpd-20210227/
H A Dbozohttpd.c1465 char dir[MAXPATHLEN], redir[MAXPATHLEN], redirpath[MAXPATHLEN + 1], in check_bzredirect() local
1520 rv = readlink(redir, redirpath, sizeof redirpath - 1); in check_bzredirect()
1525 redirpath[rv] = '\0'; in check_bzredirect()
1526 debug((httpd, DEBUG_FAT, "readlink returned \"%s\"", redirpath)); in check_bzredirect()
1534 if (!absolute && redirpath[0] != '/') { in check_bzredirect()
1536 (strlen(dir) > 0 ? "/" : ""), dir, redirpath) >= sizeof(redir)) { in check_bzredirect()
1542 finalredir = redirpath; in check_bzredirect()