You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@worldgate.com> on 1998/01/07 23:33:04 UTC

Re: cvs commit: apachen/src/modules/standard mod_include.c

On 7 Jan 1998 dgaudet@hyperreal.org wrote:

> dgaudet     98/01/07 14:24:13
> 
>   Modified:    src/modules/standard mod_include.c
>   Log:
>   - There were a few strncpy()s that didn't terminate the string... add
>   safe_copy() which does strncpy the way it should be.

This should be fixed up some day in addition to the EOS_PARANOIA or 
whatever in mod_rewrite.


Re: cvs commit: apachen/src/modules/standard mod_include.c

Posted by Dean Gaudet <dg...@arctic.org>.
Yup I was going to switch mod_include to ap_cpystrn() RSN. 

Dean

On Wed, 7 Jan 1998, Marc Slemko wrote:

> On 7 Jan 1998 dgaudet@hyperreal.org wrote:
> 
> > dgaudet     98/01/07 14:24:13
> > 
> >   Modified:    src/modules/standard mod_include.c
> >   Log:
> >   - There were a few strncpy()s that didn't terminate the string... add
> >   safe_copy() which does strncpy the way it should be.
> 
> This should be fixed up some day in addition to the EOS_PARANOIA or 
> whatever in mod_rewrite.
> 
>