Closed
Bug 1195572
Opened 10 years ago
Closed 10 years ago
Enable -Wformat-security in DOM::Security
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: francois, Assigned: francois)
Details
Attachments
(1 file)
All of the code under dom/security currently builds fine with it both on gcc and clang.
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1195572 - Enable -Wformat-security in DOM::Security. r?ckerschb
Attachment #8649025 -
Flags: review?(mozilla)
Comment 2•10 years ago
|
||
Comment on attachment 8649025 [details]
MozReview Request: Bug 1195572 - Enable -Wformat-security in DOM::Security. r?ckerschb
https://reviewboard.mozilla.org/r/16347/#review14613
::: dom/security/moz.build:46
(Diff revision 1)
> - CXXFLAGS += ['-Wshadow']
> + CXXFLAGS += ['-Wshadow', '-Wformat-security']
Thanks for looking into this. Good to know that everything builds just fine - we should keep it that way!
Attachment #8649025 -
Flags: review?(mozilla) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•