]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
A coworker discovered that really bogus path names segfault the server
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 Mar 2002 15:31:17 +0000 (15:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 Mar 2002 15:31:17 +0000 (15:31 +0000)
commit995af1dd1728f027ea5dfcc3067079bb1d566bff
treee975b0053f586db9ec3b3f084f3443a1d8ec0b4e
parent0fb36e7c3b1562733cfca289222d8100759ade08
  A coworker discovered that really bogus path names segfault the server
  on Win32.  ap_server_root_relative() doesn't have an apr_status_t result,
  so we are limited in what we can figure out - but 99.99% of the time,
  the file's path is just plain bogus.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93956 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_so.c