From kde-core-devel Sat Jan 26 16:09:20 2008 From: Allan Sandfeld Jensen Date: Sat, 26 Jan 2008 16:09:20 +0000 To: kde-core-devel Subject: Re: Suspicous code in KDE 4 trunk r764353 Message-Id: <200801261709.21029.kde () carewolf ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120136384628786 On Tuesday 22 January 2008 22:11, Harri Porten wrote: > On Tue, 22 Jan 2008, Christoph Bartoschek wrote: > > - kdelibs/khtml/css/css_valueimpl.cpp:1234 > > > > docLoader remains NULL if line 1231 is false and crashes here. > > Someone else (Allen?) will have to decide how to handle this case. > Just check for docLoader != 0 before accessing it, but it doesn't really matter in KHTML though. The crash only triggers for non-CSS stylesheets (like XSL), and we don't parse those at all. `Allan