Bug 301833
| Summary: | [JSC] Assert arguments of `CachedCall::callWithArguments` using `Integrity::auditCell` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <aosukeke> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
This patch changes to assert arguments of `CachedCall:callWithArguments` using `Integrity::auditCell`.
Also, following the best practice that `**Inlines.h` should not be included from any header file other
than `**Inlines.h`[1], this patch creates a new `CachedCallInlines.h`.
[1]: https://github.com/WebKit/WebKit/wiki/Analyzing-Build-Performance#avoid-including-inlinesh-headers-in-other-headers
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/53318
Radar WebKit Bug Importer
<rdar://problem/164370278>
EWS
Committed 302981@main (d4a934d34478): <https://commits.webkit.org/302981@main>
Reviewed commits have been landed. Closing PR #53318 and removing active labels.