WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
280547
[JSC] performJITMemcpy zero-checking's diagnostics should be improved
https://bugs.webkit.org/show_bug.cgi?id=280547
Summary
[JSC] performJITMemcpy zero-checking's diagnostics should be improved
Marcus Plutowski
Reported
2024-09-27 15:37:14 PDT
rdar://136858657
The existing feature checks for the presence of long (>16B) runs of 0-bytes in the output buffer after a JIT memcpy completes. We also want to know whether the 0s were in the original source buffer, or whether they might have been introduced in the intervening time-period (e.g. during the linking stage). We can do this without performance overhead by checking the source buffer before we crash.
Attachments
Add attachment
proposed patch, testcase, etc.
Marcus Plutowski
Comment 1
2024-09-27 16:12:20 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/34392
EWS
Comment 2
2024-10-02 07:48:29 PDT
Committed
284559@main
(34d00da35e69): <
https://commits.webkit.org/284559@main
> Reviewed commits have been landed. Closing PR #34392 and removing active labels.
EWS
Comment 3
2024-10-02 10:11:10 PDT
Committed
283286.178@safari-7620-branch
(9bd7e9e38d97): <
https://commits.webkit.org/283286.178@safari-7620-branch
> Reviewed commits have been landed. Closing PR #1956 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug