Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 41dd2c52de8717c56f80190045c1e85c7f830eda
      
https://github.com/WebKit/WebKit/commit/41dd2c52de8717c56f80190045c1e85c7f830eda
  Author: Rupin Mittal <[email protected]>
  Date:   2026-04-30 (Thu, 30 Apr 2026)

  Changed paths:
    M Source/WebCore/workers/WorkerConsoleClient.cpp

  Log Message:
  -----------
  StabilityTracer: Crash in WorkerConsoleClient::messageWithTypeAndLevel
https://bugs.webkit.org/show_bug.cgi?id=313754
rdar://175775709

Reviewed by Youenn Fablet.

In WorkerConsoleClient::messageWithTypeAndLevel(), "message" is used after it
has been moved, leading to a crash. The use-after-move was added in
https://commits.webkit.org/311150@main.

We fix it by making sure it's not used after its been moved.

* Source/WebCore/workers/WorkerConsoleClient.cpp:
(WebCore::WorkerConsoleClient::messageWithTypeAndLevel):

Canonical link: https://commits.webkit.org/312413@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to