Closed
Bug 1647734
Opened 5 years ago
Closed 5 years ago
Fix a clang-11 snprintf complaint in JitSpewer.cpp
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: away, Assigned: away)
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/6dd5e4563172
Fix a clang-11 snprintf complaint in JitSpewer.cpp r=nbp
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years 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
•