Bug 228031 - [JSC] RegExp::dumpToStream must not ref Strings since it is called concurrently
Summary: [JSC] RegExp::dumpToStream must not ref Strings since it is called concurrently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-16 12:16 PDT by Yusuke Suzuki
Modified: 2021-07-16 14:01 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.93 KB, patch)
2021-07-16 12:18 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-07-16 12:16:58 PDT
[JSC] RegExp::dumpToStream must not ref Strings since it is called concurrently
Comment 1 Yusuke Suzuki 2021-07-16 12:18:39 PDT
Created attachment 433691 [details]
Patch
Comment 2 Yusuke Suzuki 2021-07-16 12:18:42 PDT
<rdar://problem/80686425>
Comment 3 Mark Lam 2021-07-16 12:21:06 PDT
Comment on attachment 433691 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2021-07-16 14:01:26 PDT
Committed r279997 (239740@main): <https://commits.webkit.org/239740@main>