Bug 1037151

Summary: lacewing FTBFS if "-Werror=format-security" flag is used
Product: [Fedora] Fedora Reporter: Dhiru Kholia <dkholia>
Component: lacewingAssignee: Hans de Goede <hdegoede>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bressers, dennis, dhiru, hdegoede
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: lacewing-1.10-23.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-22 23:56:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1038083, 1105908    

Description Dhiru Kholia 2013-12-03 03:15:20 UTC
Description of problem
----------------------

lacewing fails to build if "-Werror=format-security" flag is used.

...

display.c:1032:3: error: format not a string literal and no format arguments [-Werror=format-security]
display.c:1033:3: error: format not a string literal and no format arguments [-Werror=format-security]
display.c:1038:4: error: format not a string literal and no format arguments [-Werror=format-security]
display.c:1039:4: error: format not a string literal and no format arguments [-Werror=format-security]

...

We are working on a proposal to enable "-Werror=format-security" for all
packages. Once this flag is enabled, GCC will refuse to compile code that could
be vulnerable to a string format security flaw. For more details, please see
https://fedorahosted.org/fesco/ticket/1185 page.

To understand why it is important to fix this, please see
https://fedoraproject.org/wiki/Format-Security-FAQ page.

How to fix this
---------------

The fix for these errors is quite simple. It's a matter of changing a
line like,

   printf(foo);

to read,

   printf("%s", foo);

That's it.

Please fix this issue in rawhide with a patch (which you should submit
to upstream to merge moving forward). Please do a new build with the
fix in rawhide. Other releases do not need to be directly fixed, but
there should be no harm in pushing out this fix/patch with other needed
changes to those branches.

In the event you don't fix this bug before the next mass rebuild,
provenpackagers may step in and update your package(s) to fix this
issue.

How reproducible
----------------

Build lacewing-1.10-21.fc20.src.rpm with "-Werror=format-security" flag to reproduce the problem.

To make this process easier, you can use a modified "redhat-rpm-config" package
from http://people.fedoraproject.org/~halfie/artifacts/redhat-rpm-config/ URL.

$ sha256sum redhat-rpm-config-9.1.0-56.fc20.*
faad7594b2080fe76497d0ce50808c905a93dd7b41c1defdde5ca57e3833d3d2  redhat-rpm-config-9.1.0-56.fc20.noarch.rpm
5aa9357174305c7285ffdbc92d7ffe1c07a8a95d5459b930461308f5aad75413  redhat-rpm-config-9.1.0-56.fc20.src.rpm

Comment 2 Hans de Goede 2014-06-14 08:42:20 UTC
*** Bug 1105973 has been marked as a duplicate of this bug. ***

Comment 3 Fedora Update System 2014-06-14 10:01:15 UTC
lacewing-1.10-23.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/lacewing-1.10-23.fc20

Comment 4 Fedora Update System 2014-06-14 10:01:58 UTC
lacewing-1.10-23.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/lacewing-1.10-23.fc19

Comment 5 Fedora Update System 2014-06-15 01:50:58 UTC
Package lacewing-1.10-23.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing lacewing-1.10-23.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-7387/lacewing-1.10-23.fc19
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2014-06-22 23:56:57 UTC
lacewing-1.10-23.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2014-06-22 23:58:26 UTC
lacewing-1.10-23.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.