Bug 200156

Summary: [CURL] CurlRequest has potential flaws in handling ref-counted objects.
Product: WebKit Reporter: Takashi Komori <takashi.komori>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: basuke, don.olmstead, fujii.hironori
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Takashi Komori
Reported 2019-07-26 00:56:41 PDT
CurRequest shares ref-counted objects in two threads but the manipulation could occur crash because those ref-counted objects are not thread safe. The goal of this ticket is to stop dangerous sharing of ref-counted objects.
Attachments
Note You need to log in before you can comment on or make changes to this bug.