Bug 1037250
Summary: | pl FTBFS if "-Werror=format-security" flag is used | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dhiru Kholia <dkholia> | ||||
Component: | pl | Assignee: | Petr Pisar <ppisar> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | bagnara, bressers, mefoster, ppisar | ||||
Target Milestone: | --- | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | pl-6.6.0-1.fc21 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-12-03 11:42:41 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 | ||||||
Attachments: |
|
Description
Dhiru Kholia
2013-12-03 03:29:07 UTC
This is about sscanf(str, fmt, ...) where the fmt and following arguments are sanitized before. This is a sscanf(3)-like interface for prolog. I guess any such implementation will get warned by a compiler as a false positive. I will disable warning at the specific lines by GCC pragma because this a false positive. Created attachment 831949 [details]
Proposed compiler tune
|