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

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

mercurial