Bug 201622 - [JSC] CodeBlock::m_constantRegisters should be guarded by ConcurrentJSLock when Vector reallocate memory
Summary: [JSC] CodeBlock::m_constantRegisters should be guarded by ConcurrentJSLock wh...
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: 2019-09-09 18:28 PDT by Yusuke Suzuki
Modified: 2019-09-09 22:03 PDT (History)
7 users (show)

See Also:


Attachments
Patch (8.94 KB, patch)
2019-09-09 18:30 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 2019-09-09 18:28:07 PDT
[JSC] CodeBlock::m_constantRegisters should be guarded by ConcurrentJSLock when Vector reallocate memory
Comment 1 Yusuke Suzuki 2019-09-09 18:30:42 PDT
Created attachment 378425 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-09-09 18:31:17 PDT
<rdar://problem/55207219>
Comment 3 Mark Lam 2019-09-09 18:41:29 PDT
Comment on attachment 378425 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2019-09-09 22:03:20 PDT
Committed r249706: <https://trac.webkit.org/changeset/249706>