Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b116cfbb0305e6d6b744decb4c00c40f8c5ca293
https://github.com/WebKit/WebKit/commit/b116cfbb0305e6d6b744decb4c00c40f8c5ca293
Author: Fady Farag <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/JavaScriptCore/jit/GdbJIT.cpp
M Source/JavaScriptCore/runtime/CachedTypes.cpp
M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructor.cpp
M Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
M Source/JavaScriptCore/runtime/JSStringJoiner.cpp
M Source/JavaScriptCore/runtime/LiteralParser.h
Log Message:
-----------
Reduce unsafe buffer usage by using C++20 std::to_address in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=307512
rdar://170113333
Reviewed by Chris Dumez.
* Source/JavaScriptCore/jit/GdbJIT.cpp:
(JSC::CodeDescription::codeEnd const):
(JSC::getOverlappingRegions):
(JSC::addJITCodeEntry):
* Source/JavaScriptCore/runtime/CachedTypes.cpp:
(JSC::Decoder::offsetOf):
* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewConstructor.cpp:
(JSC::decodeHexImpl):
* Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:
(JSC::encode):
* Source/JavaScriptCore/runtime/JSStringJoiner.cpp:
(JSC::appendStringToData):
* Source/JavaScriptCore/runtime/LiteralParser.h:
(JSC::LiteralParser::Lexer::Lexer):
Canonical link: https://commits.webkit.org/307318@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications