You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/29 20:14:02 UTC

Re: [BUG]: "Info module outputs garbage" on AIX

Thanks for the patch. We'll look into it.

cheers,
rob


On Wed, 29 Jan 1997 flaurens@rational.com wrote:

> Submitter: flaurens@rational.com
> Operating system: AIX, version: 3.2.5
> Version of Apache Used: 1.2b6
> Extra Modules used: status_module, info_module
> URL exhibiting problem: 
> 
> Symptoms:
> --
> I think the following change is needed in
> mod_info.c, to avoid outputing garbage:
> diff -c  mod_info.c.orig  mod_info.c               
> *** mod_info.c.orig     Sun Jan 26 02:16:17 1997
> --- mod_info.c  Wed Jan 29 18:42:15 1997
> ***************
> *** 103,110 ****
>                 }
>                 else *t++=*s;
>                 s++;
>         }
> -       *t='\0';
>         return(ret);
>   }
>   
> --- 103,110 ----
>                 }
>                 else *t++=*s;
>                 s++;
> +               *t='\0';
>         }
>         return(ret);
>   }
> 
> --
> 
> Backtrace:
> --
> 
> --
> 
> 

_______________________________________________________________________
Rob Hartill.       Internet Movie Database Ltd.    http://www.imdb.com/