tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug657247.js (115B)


      1 a = new Array;
      2 for (var i = 0; i != 1000; ++i) a[i] = 17;
      3 var x = '123' + '\0' + '456';
      4 (1, a[x], ': 123\\0456');