[Webkit-unassigned] [Bug 77160] New: SchemeRegistry scheme registration is racey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 16:24:57 PST 2012


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

           Summary: SchemeRegistry scheme registration is racey
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cdn at chromium.org
                CC: abarth at webkit.org


Scheme registration within SchemeRegistry should only be able to occur from the main thread as pointed out by ap@ on https://bugs.webkit.org/show_bug.cgi?id=77041. Currently this is not enforced and in some cases this may cause a race.

We should fix this and add asserts (as AP suggested) to all of the scheme registries.

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