[webkit-changes] [WebKit/WebKit] 19cf68: Add assertions to in IPC::Connection to make sure ...

Chris Dumez noreply at github.com
Mon Jul 10 16:38:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 19cf6854df35ef31db52e6223c919a7658f1737c
      https://github.com/WebKit/WebKit/commit/19cf6854df35ef31db52e6223c919a7658f1737c
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

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

  Log Message:
  -----------
  Add assertions to in IPC::Connection to make sure we have an error if decoder is null
https://bugs.webkit.org/show_bug.cgi?id=259006

Reviewed by Dan Glastonbury.

Add assertions to in IPC::Connection to make sure we have an error if decoder
is null, since we've had a recent bug in this area (265736 at main).

* Source/WebKit/Platform/IPC/Connection.h:
(IPC::Connection::DecoderOrError::DecoderOrError):
(IPC::Connection::sendSync):

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




More information about the webkit-changes mailing list