Closed
Bug 1646407
Opened 5 years ago
Closed 5 years ago
Fix a snprintf complaint in nsTimerImpl.cpp
Categories
(Core :: XPCOM, defect)
Core
XPCOM
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 check that wants to prefer SprintfLiteral over snprintf, but for some reason this wasn't caught before clang-11. I think it has to do with previous versions not being able to see that buflen was constant, but I'm not really sure.
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b30e122b5d37
Fix a snprintf complaint in nsTimerImpl.cpp r=njn
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
•