Bug 204390 - [JSC] MetadataTable::sizeInBytes should not touch m_rawBuffer in UnlinkedMetadataTable unless MetadataTable is linked to that UnlinkedMetadataTable
Summary: [JSC] MetadataTable::sizeInBytes should not touch m_rawBuffer in UnlinkedMeta...
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-11-19 17:44 PST by Yusuke Suzuki
Modified: 2019-11-19 18:28 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.22 KB, patch)
2019-11-19 17:49 PST, 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-11-19 17:44:01 PST
[JSC] MetadataTable::sizeInBytes should not touch m_rawBuffer in UnlinkedMetadataTable unless MetadataTable is linked to that UnlinkedMetadataTable
Comment 1 Yusuke Suzuki 2019-11-19 17:49:39 PST
Created attachment 383931 [details]
Patch
Comment 2 Yusuke Suzuki 2019-11-19 17:50:41 PST
<rdar://problem/57045151>
Comment 3 Mark Lam 2019-11-19 18:14:59 PST
Comment on attachment 383931 [details]
Patch

r=me
Comment 4 Yusuke Suzuki 2019-11-19 18:28:59 PST
Committed r252674: <https://trac.webkit.org/changeset/252674>