Forgot your password?
typodupeerror

Comment Safari *not* affected (Score 2, Informative) 233

Thanks to Open Source, we can check ourselves whether Safari is affected.

You can see from the patch referenced from http://www.kde.org/info/security/advisory-20060119 -1.txt that the vulnerable functions are: encodeURI, decodeURI.

Now you can download JavaScriptCore from http://www.opensource.apple.com/darwinsource/10.4. 4.ppc/. It contains the affected source file kjs/function.cpp, but a quick look at it reveals that it doesn't have the same encodeURI, decodeURI functions nor the same flaw.

Slashdot Top Deals

Lead me not into temptation... I can find it myself.

Working...