[webkit-changes] [WebKit/WebKit] 9a40e4: Regression(278911 at main) Crash under AuxiliaryProce...

Chris Dumez noreply at github.com
Fri Aug 23 16:15:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9a40e4dc60a591cdea39624e9721016008adc8a0
      https://github.com/WebKit/WebKit/commit/9a40e4dc60a591cdea39624e9721016008adc8a0
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2024-08-23 (Fri, 23 Aug 2024)

  Changed paths:
    M Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp

  Log Message:
  -----------
  Regression(278911 at main) Crash under AuxiliaryProcessProxy::shutDownProcess()
https://bugs.webkit.org/show_bug.cgi?id=278576
rdar://134235519

Reviewed by Charlie Wolfe and Sihui Liu.

Make sure we use the `connection` stack variable instead of `m_connection`
as it might get cleared out.

* Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp:
(WebKit::AuxiliaryProcessProxy::shutDownProcess):

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