]> granicus.if.org Git - apache/commit
Eliminate potential ap_server_root_relative segfaults, with the input
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 16 Mar 2002 18:26:58 +0000 (18:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 16 Mar 2002 18:26:58 +0000 (18:26 +0000)
commit65a37752ec30e81ebf8b41d679fd031a23b45f84
treec386dd974ba944fc1e55885cbcae317077bf390c
parent8bc668d002961ea8b9ade323f01834d9beba9da8
  Eliminate potential ap_server_root_relative segfaults, with the input
  of Jeff Trawick's style changes to the first patches.  Doesn't include
  the fixes to ssl [more complex], and we won't trap errors that involve
  ap_serverroot, since we presume that was normalized on the way in.
  Therefore, testing ap_server_root_relative(DEFAULT_FOO) cases
  should never become necessary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93965 13f79535-47bb-0310-9956-ffa450edef68
18 files changed:
InstallBin.dsp
modules/arch/win32/mod_isapi.c
modules/cache/mod_file_cache.c
modules/dav/fs/mod_dav_fs.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/mod_mime.c
modules/loggers/mod_log_config.c
modules/mappers/mod_alias.c
modules/mappers/mod_rewrite.c
modules/mappers/mod_so.c
modules/metadata/mod_mime_magic.c
modules/proxy/proxy_ftp.c
server/config.c
server/core.c
server/log.c
server/mpm_common.c
server/scoreboard.c