SOURCES: mozilla-hack-gcc_4_2.patch (NEW) - hack fixing symptoms o...

arekm arekm at pld-linux.org
Mon Feb 26 10:11:48 CET 2007


Author: arekm                        Date: Mon Feb 26 09:11:48 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hack fixing symptoms of https://bugzilla.mozilla.org/show_bug.cgi?id=362462

---- Files affected:
SOURCES:
   mozilla-hack-gcc_4_2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mozilla-hack-gcc_4_2.patch
diff -u /dev/null SOURCES/mozilla-hack-gcc_4_2.patch:1.1
--- /dev/null	Mon Feb 26 10:11:48 2007
+++ SOURCES/mozilla-hack-gcc_4_2.patch	Mon Feb 26 10:11:43 2007
@@ -0,0 +1,14 @@
+; giant hack, if you feel brave enough you can try to track it down deeper
+; https://bugzilla.mozilla.org/show_bug.cgi?id=362462
+--- mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp~	2007-02-26 09:31:24.171735485 +0100
++++ mozilla/mozilla/netwerk/base/src/nsStandardURL.cpp	2007-02-26 10:04:35.679481070 +0100
+@@ -2510,6 +2510,9 @@
+ 
+     InvalidateCache();
+ 
++    if (urlType != URLTYPE_STANDARD && urlType != URLTYPE_AUTHORITY && urlType != URLTYPE_NO_AUTHORITY)
++        urlType = URLTYPE_STANDARD;
++
+     switch (urlType) {
+     case URLTYPE_STANDARD:
+         mParser = net_GetStdURLParser();
================================================================


More information about the pld-cvs-commit mailing list