Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9e6d39a1df77a4f3ef4c0efa0f3c0c4adbb78e21
https://github.com/WebKit/WebKit/commit/9e6d39a1df77a4f3ef4c0efa0f3c0c4adbb78e21
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M Source/WTF/wtf/threads/Signals.cpp
M Source/WTF/wtf/threads/Signals.h
Log Message:
-----------
[WTF] Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in Signals.cpp
https://bugs.webkit.org/show_bug.cgi?id=304015
Reviewed by Chris Dumez.
Replace the declaration of the SignalHandlers::oldAction array to
use std::array, which allows to remove the warning suppresions.
While at it, remove an unneeded cast from unsigned to size_t.
Canonical link: https://commits.webkit.org/304345@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications