Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 20 Mar 2013 21:43:16 -0400
From: William Haddon <william@...donthethird.net>
To: musl@...ts.openwall.com
Subject: Re: Weird bug in syslog

On 03/20/2013 08:41:26 AM, Szabolcs Nagy wrote:
> > --- musl-0.9.9/src/misc/syslog.c
> > +++ src/src/misc/syslog.c
> > @@ -90,9 +90,11 @@
> >  		priority, timebuf,
> >  		log_ident ? log_ident : "",
> >  		"["+!pid, pid, "]"+!pid);
> > +	if (l > sizeof buf) l = sizeof buf - 1;
> 
> l >= sizeof buf

Oops.



Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.