Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26918e6cd63c29942b2d01627bda617a91db13f2
https://github.com/WebKit/WebKit/commit/26918e6cd63c29942b2d01627bda617a91db13f2
Author: Michael Catanzaro <[email protected]>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M Source/WebCore/platform/graphics/skia/ComplexTextControllerSkia.cpp
M Source/WebKit/UIProcess/API/glib/WebKitError.cpp
Log Message:
-----------
[WPE][GTK] Out of bounds reads caused by using span8 as nul-terminated string
https://bugs.webkit.org/show_bug.cgi?id=301884
Reviewed by Carlos Garcia Campos.
Make sure to use a nul-terminated string, not a span, when calling APIs
that expect strings. The span is great for cases where we store length
separately, but not great when we need a nul terminator that isn't
there.
Canonical link: https://commits.webkit.org/302547@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications