[webkit-changes] [WebKit/WebKit] 34ebbe: Fix use-after-move in WebCore::SWClientConnection:...

youennf noreply at github.com
Mon Dec 12 06:55:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 34ebbe87e1885e62c20bf997800d7f6743c4985a
      https://github.com/WebKit/WebKit/commit/34ebbe87e1885e62c20bf997800d7f6743c4985a
  Author: Youenn Fablet <youennf at gmail.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/WebCore/workers/service/SWClientConnection.cpp

  Log Message:
  -----------
  Fix use-after-move in WebCore::SWClientConnection::postMessageToServiceWorkerClient()
https://bugs.webkit.org/show_bug.cgi?id=249060
rdar://problem/103202263

Reviewed by David Kilzer.

The generic dispatch code path should be sufficient so we no longer need the shared worker code path.

* Source/WebCore/workers/service/SWClientConnection.cpp:
(WebCore::SWClientConnection::postMessageToServiceWorkerClient):

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




More information about the webkit-changes mailing list