RESOLVED FIXED 67749
AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
https://bugs.webkit.org/show_bug.cgi?id=67749
Summary AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
Chris Rogers
Reported 2011-09-07 17:28:40 PDT
AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
Attachments
Patch (12.52 KB, patch)
2011-09-07 18:32 PDT, Chris Rogers
kbr: review+
Chris Rogers
Comment 1 2011-09-07 18:32:26 PDT
Kenneth Russell
Comment 2 2011-09-07 20:30:56 PDT
Comment on attachment 106677 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=106677&action=review Looks fine; one minor comment. > Source/WebCore/webaudio/AudioBufferSourceNode.cpp:341 > + return false; // the current implementation handles only mono and stereo playback Do you want to add a FIXME here?
Chris Rogers
Comment 3 2011-09-09 15:14:39 PDT
Note You need to log in before you can comment on or make changes to this bug.