Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dbe54d0d04c039c800b35398dcf8f23e2cd6944a
https://github.com/WebKit/WebKit/commit/dbe54d0d04c039c800b35398dcf8f23e2cd6944a
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitContextMenuClient.cpp
Log Message:
-----------
[GLib] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in WebKitContextMenuClient.cpp
https://bugs.webkit.org/show_bug.cgi?id=303886
Reviewed by Michael Catanzaro.
* Source/WebKit/UIProcess/API/glib/WebKitContextMenuClient.cpp: Use a
span to obtain the start and end address (coinciding with the null terminator
address) of the input user data to be deocoded as a GVariant, instead of
relying on pointer arithmetic.
Canonical link: https://commits.webkit.org/304236@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications