Bug 201622

Summary: [JSC] CodeBlock::m_constantRegisters should be guarded by ConcurrentJSLock when Vector reallocate memory
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

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>