content/media/test/crashtests/876215.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

michael@0 1 <script>
michael@0 2 try { o1 = new window.OfflineAudioContext(1, 10, 44100); } catch(e) { }
michael@0 3 try { o6 = o1.createScriptProcessor(0, 0, 2); } catch(e) { }
michael@0 4 try { o8 = o1.createBufferSource(); } catch(e) { }
michael@0 5 try { o8.connect(o1.destination); } catch(e) { }
michael@0 6 try { o8.connect(o6) } catch(e) { }
michael@0 7 try { o3.disconnect() } catch(e) { }
michael@0 8 try { o8.buffer = function() {
michael@0 9 o21 = o1.createBuffer(1, 3, o1.sampleRate);
michael@0 10 o22 = o21.getChannelData(0);
michael@0 11 return o21;
michael@0 12 }()
michael@0 13 ; } catch(e) { }
michael@0 14 </script>

mercurial