[webkit-changes] [WebKit/WebKit] 4bf1cd: Crash due to large MACH messages which could happe...

nishajain61 noreply at github.com
Tue Feb 27 11:34:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4bf1cda6899f2fdac966664396c7a75459511e66
      https://github.com/WebKit/WebKit/commit/4bf1cda6899f2fdac966664396c7a75459511e66
  Author: Nisha Jain <nisha_jain at apple.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
    M Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm

  Log Message:
  -----------
  Crash due to large MACH messages which could happen during fuzz testing.
https://bugs.webkit.org/show_bug.cgi?id=270025
rdar://121960150.

Reviewed by David Kilzer.

During Fuzz testing, large MACH messages could be used in IPC which causes crash.
Log info for large MACH messages and return, instead of a crash.

* Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm:
(IPC::Connection::sendMessage):

Canonical link: https://commits.webkit.org/275395@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