[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/dom
From:       Stephan Kulow <coolo () kde ! org>
Date:       2005-01-17 19:46:10
Message-ID: 20050117194610.4E32F1C06C () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

fix crash on some funky ebay page (str.impl is not always !0 as the later check
shows)


  M +2 -1      dom_string.cpp   1.37


--- kdelibs/khtml/dom/dom_string.cpp  #1.36:1.37
@@ -88,4 +88,5 @@ DOMString &DOMString::operator += (const
         // ### FIXME!!!
         impl = str.impl;
+        if (impl)
         impl->ref();
         return *this;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic