On Wed, 29 Sep 2010, Carlos R. Mafra wrote:

 > >    ret = wmalloc(slen);
 > >  
 > > -  if (strlcpy(ret, path, slen) >= slen)
 > > +  if (wstrlcpy(ret, path, slen) >= slen)
 > >            goto error;
 > 
 > My local copy of wapplication.c does not contain the strlcpy().
 > 
 > Did I forget to apply some previous patch? In particular I applied
 > the patch which adds strlcpy(), but I don't remember applying
 > a patch making use of it.

the last one before midnight, "Subject: Re: bounded string ops in 
wings", this was it (yup, missed this one spot in there)


-- 
[-]

mkdir /nonexistent


-- 
To unsubscribe, send mail to [email protected].

Reply via email to