Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56033f477def5b1263edfa459347718ab0184c37
https://github.com/WebKit/WebKit/commit/56033f477def5b1263edfa459347718ab0184c37
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-12-20 (Sat, 20 Dec 2025)
Changed paths:
M Source/WebKit/Shared/API/glib/WebKitURIRequest.cpp
Log Message:
-----------
[GLib] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in WebKitURIRequest.cpp
https://bugs.webkit.org/show_bug.cgi?id=304526
Reviewed by Carlos Garcia Campos.
* Source/WebKit/Shared/API/glib/WebKitURIRequest.cpp:
(webkit_uri_request_set_uri): Drop unneeded unsafe buffer suppresion,
the acessed sObjProperties variable is already an std::array and does
not trigger the compiler check.
Canonical link: https://commits.webkit.org/304816@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications