[Webkit-unassigned] [Bug 59185] NULL checking for set request's encoding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 05:28:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59185





--- Comment #4 from Grzegorz <g.czajkowski at samsung.com>  2011-04-26 05:28:04 PST ---
(In reply to comment #3)
> This would need a regression test to be landed.
> 
> However, I doubt that this is the right fix. This problem is not known to occur in other ports, so you should look into what destroys activeDocumentLoader too early, and fix that.

Ok, the reason of this issue was found.
Anyway methods:
 - FrameLoader::isLoading()
 - FrameLoader::checkLoadCompleteForThisFrame()
checks returned value of activeDocumentLoader() but some of them in FrameLoader not. Do you think that it's safe to have an access to the object if it may return NULL?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list