[webkit-changes] [WebKit/WebKit] 238d5d: Fix the SaferCPP bot build after 286031 at main
geoffreygaren
noreply at github.com
Thu Nov 7 15:08:57 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 238d5dac981a79795488c0b33d6d83b096629e7a
https://github.com/WebKit/WebKit/commit/238d5dac981a79795488c0b33d6d83b096629e7a
Author: Geoffrey Garen <ggaren at apple.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M Source/WebCore/crypto/cocoa/CryptoAlgorithmX25519Cocoa.cpp
M Source/WebCore/crypto/cocoa/CryptoKeyECMac.cpp
M Source/WebCore/crypto/cocoa/CryptoKeyOKPCocoa.cpp
Log Message:
-----------
Fix the SaferCPP bot build after 286031 at main
https://bugs.webkit.org/show_bug.cgi?id=282483
<rdar://problem/139113248>
Reviewed by Chris Dumez.
Resolved some unsafe spans in the !HAVE(SWIFT_CPP_INTEROP) code path.
* Source/WTF/wtf/PlatformHave.h:
* Source/WebCore/crypto/cocoa/CryptoAlgorithmEd25519Cocoa.cpp:
(WebCore::signEd25519):
* Source/WebCore/crypto/cocoa/CryptoAlgorithmX25519Cocoa.cpp:
(WebCore::deriveBitsCoreCrypto):
* Source/WebCore/crypto/cocoa/CryptoKeyECMac.cpp:
(WebCore::CryptoKeyEC::platformExportSpki const):
(WebCore::CryptoKeyEC::platformExportPkcs8 const):
* Source/WebCore/crypto/cocoa/CryptoKeyOKPCocoa.cpp:
(WebCore::CryptoKeyOKP::importSpki):
(WebCore::CryptoKeyOKP::importPkcs8):
(WebCore::CryptoKeyOKP::generateJwkX const):
Canonical link: https://commits.webkit.org/286304@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