Bug 1037377
Summary: | vodovod FTBFS if "-Werror=format-security" flag is used | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dhiru Kholia <dkholia> |
Component: | vodovod | Assignee: | Karel Volný <kvolny> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | bressers, kvolny |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-02-03 18:57:26 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: | 1038070, 1038075 | ||
Bug Blocks: | 1038083 |
Description
Dhiru Kholia
2013-12-03 06:04:47 UTC
false positives (In reply to Dhiru Kholia from comment #0) > allmenus.cpp:367:69: error: format not a string literal and no format > arguments [-Werror=format-security] > allmenus.cpp:370:69: error: format not a string literal and no format > arguments [-Werror=format-security] these are constants (defined by make), so it seems like a false positive to me - I've filed bug 1038070 about that > njamfont.cpp:119:44: error: format not a string literal and no format > arguments [-Werror=format-security] > njamfont.cpp:128:44: error: format not a string literal and no format > arguments [-Werror=format-security] these arguments are explicitly typed, so, again, I don't see a problem in vodovod code - filed as gcc bug 1038075 oh, maybe I shouldn't have closed this for tracking purposes ... adding the gcc ones as blocking bugs the code changed, I've packaged newer snapshot and did some adjustments ... http://koji.fedoraproject.org/koji/taskinfo?taskID=6487052 |