bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Regression in git master branch (commit 8e6de1fb5ff0ca0c7


From: Tim Rühsen
Subject: Re: [Bug-wget] Regression in git master branch (commit 8e6de1fb5ff0ca0c749da7db634a1b1e3a1215a2)
Date: Wed, 22 Oct 2014 15:18:03 +0200
User-agent: KMail/4.14.1 (Linux/3.16-2-amd64; KDE/4.14.1; x86_64; ; )

Am Mittwoch, 22. Oktober 2014, 01:20:17 schrieb Ángel González:
> On 21/10/14 09:50, Giuseppe Scrivano wrote:
> > Ángel,
> > thanks for the debugging effort!  Would you mind to send a separate
> > patch that doesn't use strncpy (so to make make dist-check happy),
> > probably we can just use memcpy here.
> > 
> > Regards,
> > Giuseppe
> 
> The revert to the old behavior was only intended for checking it was the
> right place. We have xstrndup() to do just what we want. Please test.
> 
> Regards

Hi Ángel,

+  return xstrndup (uri, at + *pos, *length);;

Shouldn't it be

+  return xstrndup (at + *pos, *length);

?

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]