Bug 242899

Summary: Crash under WTF::charactersAreAllASCII<unsigned char>(unsigned char const*, unsigned long)
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Service WorkersAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-07-19 08:19:46 PDT
50 bool WTF::charactersAreAllASCII<unsigned char>(unsigned char const*, unsigned long) <==
        50 WebCore::ScriptBufferSourceProvider::source() const
          50 WebCore::ScriptSourceCode::ScriptSourceCode(WebCore::ScriptBuffer const&, WTF::URL&&, WTF::TextPosition const&, JSC::SourceProviderSourceType)
            50 WebCore::WorkerThread::evaluateScriptIfNecessary(WTF::String&)
              50 WebCore::WorkerOrWorkletThread::workerOrWorkletThread()
                50 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
                  50 WTF::wtfThreadEntryPoint(void*)
                    50 _pthread_start
                      50 thread_start
Comment 1 Chris Dumez 2022-07-19 08:19:58 PDT
<rdar://94931119>
Comment 2 Chris Dumez 2022-07-19 08:26:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2544
Comment 3 EWS 2022-07-19 15:16:00 PDT
Committed 252617@main (147e4eda9ad9): <https://commits.webkit.org/252617@main>

Reviewed commits have been landed. Closing PR #2544 and removing active labels.