[#] http://marc.info/?l=openbsd-cvs&m=140795288615634&w=2
openbsd-cvs(obsdave,2) — All
2014-08-14 00:55:12


Module name: src
Changes by: chrisz@cvs.openbsd.org 2014/08/13 12:00:54

Modified files:
usr.sbin/httpd : server_fcgi.c

Log message:
For a non-existent root we don't want the root prefix to show up in
PATH_INFO.
Therefore put a lower bound of strlen(root) on scriptlen.
This makes perfect sense for virtual FastCGI scripts which run chrooted
in another directory from httpd.

ok reyk@