Actions
Bug #7276
closedBug #7257: Rudder agent doesn't build with hardening flags
cfengine 3.6.0 doesn't compile with -Werror=format-security
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
bootstrap.c: In function 'WriteBuiltinFailsafePolicyToPath':
bootstrap.c:301:5: error: format not a string literal and no format arguments [-Werror=format-security]
fprintf(fout, bootstrap_content);
^
cc1: some warnings being treated as errors
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-packages/pull/761
Updated by Benoît PECCATTE about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|dd5c470ecd59976ee6fb48a2a124898b57e3dd0d.
Updated by Vincent MEMBRÉ about 9 years ago
Applied in changeset rudder-packages|0577300fde07b898788512cd1ecfe185e065d382.
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending release to Released
Actions