[webkit-changes] [WebKit/WebKit] 3d002e: [GTK][WPE] Enable -Wunsafe-buffer-usage in WebCore...
Adrian Perez
noreply at github.com
Tue Oct 29 16:17:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d002e9bc27a3d748945584a7ec616967b23a558
https://github.com/WebKit/WebKit/commit/3d002e9bc27a3d748945584a7ec616967b23a558
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M Source/WebCore/PAL/pal/CMakeLists.txt
Log Message:
-----------
[GTK][WPE] Enable -Wunsafe-buffer-usage in WebCore/PAL
https://bugs.webkit.org/show_bug.cgi?id=282291
Reviewed by Michael Catanzaro.
Enable additional bounds safety checks from -Wunsafe-buffer-usage for
the PAL target (under WebCore/PAL) for the GTK and WPE ports. The needed
WTF_ALLOW_UNSAFE_BUFFER_{BEGIN,END} suppressions have already been added
in 285826 at main.
* Source/WebCore/PAL/pal/CMakeLists.txt:
Canonical link: https://commits.webkit.org/285869@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list