[webkit-changes] [WebKit/WebKit] 5434ca: Fix use-after-move in SWServer::scheduleJob

Fujii Hironori noreply at github.com
Mon Sep 16 21:37:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5434ca72afd263e7c4cf766787175c5261d4b350
      https://github.com/WebKit/WebKit/commit/5434ca72afd263e7c4cf766787175c5261d4b350
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M Source/WebCore/workers/service/server/SWServer.cpp

  Log Message:
  -----------
  Fix use-after-move in SWServer::scheduleJob
https://bugs.webkit.org/show_bug.cgi?id=279806

Reviewed by Chris Dumez.

`jobData` was used after move in SWServer::scheduleJob for Windows
port.

* Source/WebCore/workers/service/server/SWServer.cpp:
(WebCore::SWServer::scheduleJob):

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



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


More information about the webkit-changes mailing list