Module Name: src Committed By: martin Date: Sun Jun 23 20:32:55 UTC 2013
Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Do not keep pointers into a readdir result (which will become invalid when closing the directory) - strdup() it instead. Fixes the "bogus redirects" part of PR bin/47925 (atf test case forthcoming) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.