WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
272481
Add -fsanitize=local-bounds to UBSan builds
https://bugs.webkit.org/show_bug.cgi?id=272481
Summary
Add -fsanitize=local-bounds to UBSan builds
David Kilzer (:ddkilzer)
Reported
2024-04-10 14:22:39 PDT
Add -fsanitize=local-bounds to UBSan builds.
> -fsanitize=bounds: Out of bounds array indexing, in cases where the array bound can be statically determined. The check includes -fsanitize=array-bounds and -fsanitize=local-bounds. Note that -fsanitize=local-bounds is not included in -fsanitize=undefined.
<
https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#available-checks
>
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-10 14:23:27 PDT
<
rdar://problem/126231948
>
David Kilzer (:ddkilzer)
Comment 2
2024-04-10 14:35:43 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/27112
EWS
Comment 3
2024-04-10 19:52:04 PDT
Committed
277345@main
(5cf22ee7f10a): <
https://commits.webkit.org/277345@main
> Reviewed commits have been landed. Closing PR #27112 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