content/media/test/crashtests/880129.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

     1 <script>
     2 try { o1 = new window.AudioContext(3, 2, 44100); } catch(e) { }
     3 try { o6 = o1.createBufferSource(); } catch(e) { }
     4 try { o15 = o1.createAnalyser(); } catch(e) { }
     5 try { o15.fftSize = 32; } catch(e) { }
     6 try { o6.connect(o15,0,0) } catch(e) { }
     7 try { o27 = o1.createPanner(); } catch(e) { }
     8 try { o6.buffer = function(){var buffer = o1.createBuffer(2, 1148, o1.sampleRate);for(var c=0; c<2; c++) {for(var i=0; i<1148; i++) {buffer.getChannelData(c)[i] = 0;}}return buffer;}() } catch(e) { }
     9 </script>

mercurial