Bug 216399 - Serialization should have exception checks
Summary: Serialization should have exception checks
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: 2020-09-11 00:26 PDT by Yusuke Suzuki
Modified: 2020-09-11 15:43 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.85 KB, patch)
2020-09-11 00:28 PDT, Yusuke Suzuki
rniwa: review+
Details | Formatted Diff | Diff
Patch (9.49 KB, patch)
2020-09-11 00:39 PDT, Yusuke Suzuki
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-09-11 00:26:42 PDT
Serialization should have exception checks
Comment 1 Yusuke Suzuki 2020-09-11 00:28:45 PDT
Created attachment 408518 [details]
Patch
Comment 2 Yusuke Suzuki 2020-09-11 00:28:47 PDT
<rdar://problem/68633776>
Comment 3 Yusuke Suzuki 2020-09-11 00:34:00 PDT
Updating binding tests too.
Comment 4 Yusuke Suzuki 2020-09-11 00:39:04 PDT
Created attachment 408519 [details]
Patch
Comment 5 Yusuke Suzuki 2020-09-11 15:42:48 PDT
Comment on attachment 408519 [details]
Patch

Windows failure looks unrelated since the added code is only effective in debug build
Comment 6 Yusuke Suzuki 2020-09-11 15:43:46 PDT
Committed r266954: <https://trac.webkit.org/changeset/266954>