mass rebuild plan
Sérgio Basto
sergio at serjux.com
Mon Sep 29 20:12:47 CEST 2014
On Seg, 2014-09-29 at 11:06 -0400, Andrew Schultz wrote:
> Andrea Musuruane wrote:
> > On Mon, Sep 1, 2014 at 3:16 AM, Sérgio Basto <sergio at serjux.com
> > <mailto:sergio at serjux.com>> wrote:
> >
> > http://buildsys.rpmfusion.org/logs/fedora-development-rpmfusion_nonfree/21069-roadfighter-1.0.1269-7.fc21/i686/build.log
> >
> >
> > I have no idea how to fix this issue. I need help. Thanks.
>
> src/debug.cpp: In function 'void output_debug_message(const char*, ...)':
> src/debug.cpp:31:21: error: format not a string literal and no format
> arguments [-Werror=format-security]
> fprintf(fp, text);
> ^
is easy :
- printf(fp, text);
+ printf(fp, "%s", text);
> This is broken from https://fedoraproject.org/wiki/Changes/FormatSecurity
>
> There's a page with info on what it means and how to fix it:
> https://fedoraproject.org/wiki/Format-Security-FAQ
>
--
Sérgio M. B.
More information about the rpmfusion-developers
mailing list