[webkit-changes] [WebKit/WebKit] d8f4d3: REGRESSION(273876 at main): [Win] Received invalid me...

Fujii Hironori noreply at github.com
Wed Jan 31 22:59:22 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d8f4d32718c7bbb88bd980ecc45311e4e7f93983
      https://github.com/WebKit/WebKit/commit/d8f4d32718c7bbb88bd980ecc45311e4e7f93983
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M Source/WebKit/Platform/IPC/Attachment.h

  Log Message:
  -----------
  REGRESSION(273876 at main): [Win] Received invalid message: 'WebProcess_InitializeWebProcess'
https://bugs.webkit.org/show_bug.cgi?id=268531

Unreviewed crash fix for Windows port.

Becuase Windows port doesn't use IPC::Attachment, IPC::Attachment was
defined as an alias to int on Windows. After 273876 at main added a
encoder and decoder for IPC::Attachment, all int value were encoded as
IPC::Attachment.

IPC::Attachment should be a unique type.

* Source/WebKit/Platform/IPC/Attachment.h:

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




More information about the webkit-changes mailing list