]> granicus.if.org Git - apache/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)
commit2e8d8b0bdd7c8c9ca7c6d4d3dee4abb86d8a16c2
treee975b0053f586db9ec3b3f084f3443a1d8ec0b4e
parent5ae24550fc007d685c9f851de7d09dc40430f879
  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