You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/12/19 15:35:06 UTC

Re: FreeBSD segfault...

> > Hi,
> > 
> > 	gcc/freebsd2.1/apache1.0.0 and a module curry tasting like
> > this:
> 
> Got some more on this, there appears to be a problem with
> contrib/mod_actions.c:
> 
> >From mod_actions.c ~ line 136 we have a check like this:
> 
>     if (!strcmp(table_get(conf->action_types,  r->content_type), NULL))
>         return(DECLINED);
> 

I posted a patch for this to the list last week. Definitely can't
do a strcmp for NULL.