[Webkit-unassigned] [Bug 62304] PingLoader dtor has NULL dereference

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 09:32:21 PDT 2011


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





--- Comment #8 from David Tapuska <dtapuska at rim.com>  2011-06-09 09:32:21 PST ---
(In reply to comment #7)
> ResourceHandle::start() is expected to return false when invoked on a detached page. This shouldn't happen with PingLoader - it's created in very specific and controlled circumstances. So, it's different from any other caller of ResourceHandle::create().
> 
> Does PingLoader actually work on your platform?

ResoruceHandle::start() can return false for other reasons as well. Not just on a detached page.

For example in the ResourceHandleWin.cpp if InternetConnectW fails; start will return false and then the ResourceHandle::create will return 0.

-- 
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