Bug 243901 - [JSC][32bit] ASSERTION FAILED: !initialBytes
Summary: [JSC][32bit] ASSERTION FAILED: !initialBytes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mikhail R. Gadelha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-08-12 14:54 PDT by Mikhail R. Gadelha
Modified: 2022-08-12 19:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail R. Gadelha 2022-08-12 14:54:09 PDT
Fixes uint64_t being truncated to a size_t (uint32_t) when trying to create a memory object in wasm
Comment 1 Mikhail R. Gadelha 2022-08-12 15:01:29 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3275
Comment 2 EWS 2022-08-12 19:45:06 PDT
Committed 253399@main (3866ba779bf1): <https://commits.webkit.org/253399@main>

Reviewed commits have been landed. Closing PR #3275 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-08-12 19:46:16 PDT
<rdar://problem/98598580>