Mailing List Archive

WWW Form Bug Report: "Crash if access.conf does not contain 'require'" on Irix (fwd)
no ack sent

Forwarded message:
> From nobody@hyperreal.com Sun Nov 5 13:33:29 1995
> Message-Id: <199511052133.NAA07175@taz.hyperreal.com>
> From: joe@ice.informatik.uni-ulm.de
> To: apache-bugs%apache.org@organic.com
> Date: Sun Nov 5 13:33:23 1995
> Subject: WWW Form Bug Report: "Crash if access.conf does not contain 'require'" on Irix
>
> Submitter: joe@ice.informatik.uni-ulm.de
> Operating system: Irix, version: 5.3
> Extra Modules used: own, without authorization links
> URL exhibiting problem:
>
> Symptoms:
> --
> Server Crash (segmentation violation)
> if access.conf-File has AuthName/Type/User
> set, but no 'require'-keyword in the
> <Limit>-Section.
>
>
>
> --
>
> Backtrace:
> --
> mod_auth.c, Line 207
> reqs_arr = NULL !!
>
> probably NULL-Check missing.
>
> (Side note: I had to change a few things in
> the header files in order to run them through
> a C++ Compiler (GDB 2.6.3). I'm currently
> developing a module written in C++. It would
> be nice if I could run them unchanged. )
> --
>
Re: WWW Form Bug Report: "Crash if access.conf does not contain 'require'" on Irix (fwd) [ In reply to ]
> Server Crash (segmentation violation)
> if access.conf-File has AuthName/Type/User
> set, but no 'require'-keyword in the
> <Limit>-Section.

I believe we already have a patch for this, which came in after the
0.8.16 vote.

rst