[Webkit-unassigned] [Bug 16485] New: DocLoader::checkForReload will crash if the URL isNull

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 14:45:09 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16485

           Summary: DocLoader::checkForReload will crash if the URL isNull
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marv.decker at gmail.com


If the "fullURL" parameter to checkForReload has a URL string that isNull (for
example, it was generated by resolving a relative URL on a data: base URL),
this function will crash in cache()->resourceForURL(fullURL.url()).

I don't know whether the cache should handle NULL strings, or whether
checkForReload should filter them out first.

This crash doesn't happen in practice because of another bug I am about to
file.


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



More information about the webkit-unassigned mailing list