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 1997/01/20 08:22:02 UTC

Re: garbage appearing in logfile

Nevermind. I think this was due to some debug code I had left
in timeout() that was not getting initialized to anything...

Time for bed...

> Hmm.  Interesting.  Is the server low traffic enough that you could try
> cross-referencing with entries in the access log?
> 
> Try fixing up the line in mod_imap.c:
> 
>     if (sscanf(input, "%.200s %.200s", directive, value) != 2) {
> 
> (ie. change from "%.200s" to "%255s")
> 
> If mod_imap was trying to log something as a result of the scanf being
> messed up you could get garbage, although I don't see it logging anywhere.
> 
> On Mon, 20 Jan 1997, Randy Terbush wrote:
> 
> > 
> > Is anyone else who is running the snprintf changes seeing the following?
> > 
> > [Sun Jan 19 22:24:45 1997] send timed out for myangup0.connect.com.au
> > [Sun Jan 19 22:51:19 1997] read timed out for sdn-ts-004txhousp13.dialsprint.net
> > [Sun Jan 19 23:24:25 1997] ø
> > [Sun Jan 19 23:24:25 1997] ¾Z
> > [Sun Jan 19 23:52:49 1997] ø
> > [Sun Jan 19 23:56:20 1997] èÚ¿ïèÚ¿ïRÕ
> > 
> >