Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4c227b3c248ed64abc1561bfc143c9172f5770a5
      
https://github.com/WebKit/WebKit/commit/4c227b3c248ed64abc1561bfc143c9172f5770a5
  Author: Chris Dumez <[email protected]>
  Date:   2024-11-11 (Mon, 11 Nov 2024)

  Changed paths:
    M Source/JavaScriptCore/assembler/LinkBuffer.cpp
    M Source/JavaScriptCore/ftl/FTLAbstractHeap.cpp
    M Source/WTF/wtf/HexNumber.cpp
    M Source/WTF/wtf/HexNumber.h
    M Source/WTF/wtf/SHA1.cpp
    M Source/WTF/wtf/SafeStrerror.cpp
    M Source/WTF/wtf/persistence/PersistentCoders.cpp
    M Source/WTF/wtf/text/CString.cpp
    M Source/WTF/wtf/text/CString.h
    M Source/WTF/wtf/text/WTFString.cpp
    M Source/WTF/wtf/win/FileSystemWin.cpp
    M Source/WebCore/PAL/pal/crypto/CryptoDigest.h
    M Source/WebCore/PAL/pal/crypto/commoncrypto/CryptoDigestCommonCrypto.cpp
    M Source/WebCore/PAL/pal/text/win/TextCodecWin.cpp
    M Source/WebCore/platform/sql/SQLiteFileSystem.cpp
    M Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm
    M Source/WebKit/WPEPlatform/wpe/WPESettings.cpp
    M Tools/TestWebKitAPI/Tests/WTF/CString.cpp

  Log Message:
  -----------
  Drop WTF_ALLOW_UNSAFE_BUFFER_USAGE in wtf/text/WTFString.cpp
https://bugs.webkit.org/show_bug.cgi?id=282909

Reviewed by Darin Adler.

* Source/JavaScriptCore/assembler/LinkBuffer.cpp:
(JSC::LinkBuffer::finalizeCodeWithDisassemblyImpl):
* Source/JavaScriptCore/ftl/FTLAbstractHeap.cpp:
(JSC::FTL::IndexedAbstractHeap::initialize):
* Source/WTF/wtf/SHA1.cpp:
(WTF::SHA1::hexDigest):
* Source/WTF/wtf/SafeStrerror.cpp:
(WTF::safeStrerror):
* Source/WTF/wtf/persistence/PersistentCoders.cpp:
(WTF::Persistence::Coder<CString>::decodeForPersistence):
* Source/WTF/wtf/text/CString.cpp:
(WTF::CString::newUninitialized):
* Source/WTF/wtf/text/CString.h:
* Source/WTF/wtf/text/WTFString.cpp:
(WTF::String::ascii const):
(WTF::String::latin1 const):
(WTF::String::fromCodePoint):
* Source/WTF/wtf/win/FileSystemWin.cpp:
(WTF::FileSystemImpl::fileSystemRepresentation):
* Source/WebCore/PAL/pal/crypto/commoncrypto/CryptoDigestCommonCrypto.cpp:
(PAL::CryptoDigest::toHexString):
* Source/WebCore/PAL/pal/text/win/TextCodecWin.cpp:
(PAL::TextCodecWin::encode):
* Source/WebCore/platform/sql/SQLiteFileSystem.cpp:
(WebCore::SQLiteFileSystem::computeHashForFileName):
* Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm:
(WebKit::tryApplyCachedSandbox):
* Tools/TestWebKitAPI/Tests/WTF/CString.cpp:
(TEST(WTF, CStringUninitializedConstructor)):

Canonical link: https://commits.webkit.org/286466@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

Reply via email to