--- mod_negotiation.c Fri Aug 9 15:21:57 2002
+++ mod_negotiation.c.new Sat Oct 12 15:47:36 2002
@@ -2881,7 +2881,7 @@
int res;
int j;
- if (r->finfo.filetype != APR_NOFILE
+ if (!r->finfo || r->finfo.filetype != APR_NOFILE
|| !(ap_allow_options(r) & OPT_MULTI)) {
return DECLINED;
}
Grisha
- Auth: Start the httpd-2.1 branch finally? William A. Rowe, Jr.
- Re: Auth: Start the httpd-2.1 branch fina... Brian Pane
- Re: Auth: Start the httpd-2.1 branch ... Justin Erenkrantz
- Re: segfault in mod_negotiation.c Gregory (Grisha) Trubetskoy
- Re: segfault in mod_negotiati... Jeff Trawick
- Re: segfault in mod_nego... rbb
- Re: segfault in mod_... Gregory (Grisha) Trubetskoy
- Re: Auth: Start the httpd-2.1 bra... Aaron Bannert
- RE: Auth: Start the httpd-2.1... Bill Stoddard
- Re: Auth: Start the http... Greg Stein
- Re: Auth: Start the ... William A. Rowe, Jr.
- cache+ proxy, ch... Estrade Matthieu
- Re: Auth: Start ... Justin Erenkrantz
- Re: Auth: Start the ... Justin Erenkrantz
