Bug 200156 - [CURL] CurlRequest has potential flaws in handling ref-counted objects.
Summary: [CURL] CurlRequest has potential flaws in handling ref-counted objects.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-26 00:56 PDT by Takashi Komori
Modified: 2019-07-26 00:57 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi Komori 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.