Closed
Bug 1615130
Opened 6 years ago
Closed 5 years ago
Potential uninitialized read in WebAudioUtils::LogToDeveloperConsole
Categories
(Core :: Web Audio, defect, P3)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla79
People
(Reporter: deian, Assigned: koalab1999)
References
Details
Attachments
(1 file)
Semmle flagged uninitialized read of aLineNumber
and aColumnNumber
https://searchfox.org/mozilla-central/source/dom/media/webaudio/WebAudioUtils.cpp#137-138
This looks like a true alert, but not really use if the JS context is every false here.
Comment 1•6 years ago
|
||
Printing garbage numbers on the console doesn't seem exploitable. The JS context might be null if this is called from C++
Group: core-security
Comment 2•6 years ago
|
||
Priority: -- → P3
Values are set to 0 by default rather than uninitialized. It is useful when AudioContext is null.
Updated•5 years ago
|
Assignee: nobody → koalab1999
Status: NEW → ASSIGNED
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b912f803b3a8
Fix uninitialized data. r=padenot
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•