Closed
Bug 1646206
Opened 5 years ago
Closed 5 years ago
Fix a vsnprintf lint in ClearKeyUtils.cpp
Categories
(Core :: Audio/Video: GMP, defect)
Core
Audio/Video: GMP
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 discourages raw vsnprintf
, but for some reason it doesn't catch this before clang 11. I think it's related to earlier versions not being able to see that len
is a constant, but I'm not really sure.
Pushed by dmajor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2abc34452a31
Fix a vsnprintf lint in ClearKeyUtils.cpp r=bryce
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
•