]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Prevent r->parsed_uri.path from being NULL as this can cause segmentation
authorRuediger Pluem <rpluem@apache.org>
Mon, 10 Apr 2006 19:59:33 +0000 (19:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 10 Apr 2006 19:59:33 +0000 (19:59 +0000)
commitd6f4ab7bfa36dd5dca9f74d7cab949debdd2516f
tree49b2c78fb4446903a49d04e5a538e5e8588dc1d9
parente1fbc27d1af1d04d7f2941417d5d444dac0d4517
* Prevent r->parsed_uri.path from being NULL as this can cause segmentation
  faults e.g. in mod_cache. Set it to "/" in this case.

PR: 39259
Submitted by: Davi Arnaut <davi haxent.com.br>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@393037 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/protocol.c