Skip Menu |

This queue is for tickets about the Spread CPAN distribution.

Report information
The Basics
Id: 48414
Status: resolved
Priority: 0/
Queue: Spread

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.17.4.2
Fixed in: (no value)



Subject: compiling with -Werror=format-security fails
attached patch fixes the problem
Subject: Spread-3.17.4.2-fix-security-format.patch
--- Spread.xs.orig 2009-08-04 14:28:14.000000000 +0200 +++ Spread.xs 2009-08-04 14:28:42.000000000 +0200 @@ -474,7 +474,7 @@ if(SP_version(&major, &minor, &patch) <= 0 || major<3 || (major==3 && minor<15) || (major==3 && minor==15 && patch<1)) - croak(SPversionstr()) ; + croak("%s", SPversionstr()) ; { SV * sperror_sv = perl_get_sv(SPERRNO, GV_ADDMULTI) ;
CC: Theo Schlossnagle <jesus [...] omniti.com>
Subject: Re: [rt.cpan.org #48414] compiling with -Werror=format-security fails
Date: Tue, 4 Aug 2009 08:56:06 -0400
To: bug-Spread [...] rt.cpan.org
From: Theo Schlossnagle <jesus [...] omniti.com>
Addressed and submitted an update. Thanks! On Aug 4, 2009, at 8:32 AM, Jerome Quelin via RT wrote: Show quoted text
> Tue Aug 04 08:32:11 2009: Request 48414 was acted upon. > Transaction: Ticket created by JQUELIN > Queue: Spread > Subject: compiling with -Werror=format-security fails > Broken in: 3.17.4.2 > Severity: (no value) > Owner: Nobody > Requestors: jquelin@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=48414 > > > > attached patch fixes the problem

Message body is not shown because sender requested not to inline it.

-- Theo Schlossnagle http://omniti.com/is/theo-schlossnagle p: +1.443.325.1357 x201 f: +1.410.872.4911
Resolved