Closed
Bug 1647739
Opened 7 months ago
Closed 7 months ago
Fix a clang-11 snprintf complaint in XPCConvert.cpp
Categories
(Core :: XPConnect, defect)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: dmajor, Assigned: dmajor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
We have a clang-plugin checker that wants to favor SprintfLiteral
over snprintf
, but for some reason it didn't catch this instance prior to clang-11.
Pushed by dmajor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5d6167799635 Fix a clang-11 snprintf complaint in XPCConvert.cpp r=mccr8
Comment 3•7 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•