Closed
Bug 867086
Opened 12 years ago
Closed 12 years ago
WebAudio stack-buffer-overflow [@mozilla::AudioChannelsDownMix]
Categories
(Core :: Web Audio, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox22 | --- | unaffected |
firefox23 | --- | fixed |
firefox-esr17 | --- | unaffected |
b2g18 | --- | unaffected |
People
(Reporter: posidron, Unassigned)
References
Details
(5 keywords, Whiteboard: [adv-main23-] fixed in bug 865234)
Attachments
(2 files)
content/media/AudioChannelFormat.cpp:212
for (uint32_t c = 0; c < inputChannelCount; ++c) {
* outputChannels[m.mInputDestination[c]] +=
m.mInputCoefficient[c]*(static_cast<const float*>(inputChannels[c]))[s];
}
Tested with m-i changeset: 130174:ea5490a3bca7
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
I'm rewriting a whole bunch of stuff in this code in bug 865234. It probably makes sense for us to wait for that bug to land and then retest. I'm hoping to push those patches tomorrow if I get the reviews.
Depends on: 865234
Comment 3•12 years ago
|
||
Christoph, can you please retest this? Thanks!
Reporter | ||
Comment 4•12 years ago
|
||
Fixed.
Tested with m-i changeset: 130540:39aad6551764
Reporter | ||
Comment 6•12 years ago
|
||
We shouldn't dup found security bugs against implementation bugs, if the specific vulnerability was unknown at the time. There were no previous reports of the same issue. Let's mark this as fixed.
Resolution: DUPLICATE → FIXED
Updated•12 years ago
|
status-b2g18:
--- → unaffected
status-firefox22:
--- → unaffected
status-firefox23:
--- → fixed
status-firefox-esr17:
--- → unaffected
Keywords: regression
Whiteboard: fixed in bug 865234
Comment 7•11 years ago
|
||
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
Updated•11 years ago
|
Whiteboard: fixed in bug 865234 → [adv-main23-] fixed in bug 865234
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•