Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 224847f7031579dd9d72a27dc8abf70bffcd0535
https://github.com/WebKit/WebKit/commit/224847f7031579dd9d72a27dc8abf70bffcd0535
Author: Alexsander Damaceno <[email protected]>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M Source/WebCore/crypto/openssl/CryptoAlgorithmAESCFBOpenSSL.cpp
Log Message:
-----------
Reduce use of memcpy/memset in CryptoAlgorithmAESCFBOpenSSL.cpp
https://bugs.webkit.org/show_bug.cgi?id=290828
Reviewed by Geoffrey Garen.
Reduce use of memcpy/memset.
memcpy/memset is unsafe and can lead to memory corruption bugs
* Source/WebCore/crypto/openssl/CryptoAlgorithmAESCFBOpenSSL.cpp:
(WebCore::cfb8):
Canonical link: https://commits.webkit.org/293117@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