Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a5c78b4fff5c9924361287388ca95ee718a760be
https://github.com/WebKit/WebKit/commit/a5c78b4fff5c9924361287388ca95ee718a760be
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-08-03 (Mon, 03 Aug 2026)
Changed paths:
M Source/JavaScriptCore/runtime/JSStringInlines.h
Log Message:
-----------
REGRESSION(312307@main): [JSC] Clang reports unsafe buffer usage in
JSStringInlines.h
https://bugs.webkit.org/show_bug.cgi?id=320887
Reviewed by Keith Miller.
* Source/JavaScriptCore/runtime/JSStringInlines.h:
(JSC::JSString::tryFindLastOneChar const): Change plain arrays to use
bounds-checked std::array instances.
Canonical link: https://commits.webkit.org/318454@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications