Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 8640804319037fecf8e5cd887a62a59948ab7bff
https://github.com/WebKit/WebKit/commit/8640804319037fecf8e5cd887a62a59948ab7bff
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/Modules/indexeddb/server/IDBSerialization.cpp
M Source/WebCore/Modules/indexeddb/server/IDBSerialization.h
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Tools/TestWebKitAPI/CMakeLists.txt
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
A Tools/TestWebKitAPI/Tests/WebCore/IDBSerializationTest.cpp
Log Message:
-----------
Cherry-pick 308649@main (e5eb16d1eda3).
https://bugs.webkit.org/show_bug.cgi?id=308713
Integer overflow in IndexedDB string key length bypasses bounds check
https://bugs.webkit.org/show_bug.cgi?id=308713
rdar://171245941
Reviewed by Sihui Liu.
Make it impossible for the bounds check to overflow.
Tests: Tools/TestWebKitAPI/Tests/WebCore/IDBSerializationTest.cpp
Canonical link: https://commits.webkit.org/308649@main
Canonical link: https://commits.webkit.org/305877.227@webkitglib/2.52
Commit: d9e150ad767e46a64ff0dd989de06fae1cd9542f
https://github.com/WebKit/WebKit/commit/d9e150ad767e46a64ff0dd989de06fae1cd9542f
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebCore/Modules/indexeddb/server/IDBSerialization.cpp
M Tools/TestWebKitAPI/Tests/WebCore/IDBSerializationTest.cpp
Log Message:
-----------
Cherry-pick 308694@main (a7aa0f525259).
https://bugs.webkit.org/show_bug.cgi?id=308712
Binary key over-read in IndexedDB deserialization
https://bugs.webkit.org/show_bug.cgi?id=308712
rdar://171246072
Reviewed by Chris Dumez.
This addresses a subtle regression from 276459@main. Also correct the
tests added in 308649@main to use std::array.
Test: Tools/TestWebKitAPI/Tests/WebCore/IDBSerializationTest.cpp
Canonical link: https://commits.webkit.org/308694@main
Canonical link: https://commits.webkit.org/305877.228@webkitglib/2.52
Compare: https://github.com/WebKit/WebKit/compare/7ecc8c370116...d9e150ad767e
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications