bug-diffutils
[Top][All Lists]
Advanced

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

Re: [bug-diffutils] Building diffutils 3.3 with hardening flags


From: Paul Eggert
Subject: Re: [bug-diffutils] Building diffutils 3.3 with hardening flags
Date: Mon, 12 Aug 2013 13:58:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

Santiago Vila wrote:
> Almost. This is what works for me:
> 
> --- a/gnulib-tests/test-xvasprintf.c
> +++ b/gnulib-tests/test-xvasprintf.c
> @@ -95,7 +95,7 @@
>    {
>      /* Silence gcc warning about zero-length format string.  */
>      const char *empty = "";
> -    result = xasprintf (empty);
> +    result = xasprintf (empty, empty);

Now I'm confused, since that patch doesn't apply to
diffutils 3.3, which is what the subject line was
talking about.  Is this an older diffutils?  If so,
perhaps the bug's fixed upstream already.  Or maybe
it's some Debian patch that needs unpatching.



reply via email to

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