Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3628c5914bc703560b935ee975ad6100d3afed62
https://github.com/WebKit/WebKit/commit/3628c5914bc703560b935ee975ad6100d3afed62
Author: Ross Kirsling <[email protected]>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M
Source/JavaScriptCore/inspector/remote/socket/RemoteInspectorMessageParser.cpp
Log Message:
-----------
RemoteInspectorMessageParser is missing WTF_ALLOW_UNSAFE_BUFFER_USAGE
https://bugs.webkit.org/show_bug.cgi?id=291252
Reviewed by Don Olmstead.
RemoteInspectorMessageParser has memcpy calls, which hit
-Wunsafe-buffer-usage-in-libc-call.
These should be guarded with WTF_ALLOW_UNSAFE_BUFFER_USAGE.
*
Source/JavaScriptCore/inspector/remote/socket/RemoteInspectorMessageParser.cpp:
Canonical link: https://commits.webkit.org/293397@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes