[webkit-changes] [WebKit/WebKit] b2a27f: Fix null pointer dereference

Per Arne Vollan noreply at github.com
Mon Jun 26 15:27:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2a27f1fe286c0b5ebf01b888e2804d81b9b4147
      https://github.com/WebKit/WebKit/commit/b2a27f1fe286c0b5ebf01b888e2804d81b9b4147
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
    M Source/WebKit/UIProcess/mac/WebViewImpl.mm

  Log Message:
  -----------
  Fix null pointer dereference
https://bugs.webkit.org/show_bug.cgi?id=258529
rdar://111347166

Reviewed by Brent Fulgham.

The 'configuration' parameter to WebViewImpl::WebViewImpl has been moved at this point. Use the configuration from the page instead.

* Source/WebKit/UIProcess/mac/WebViewImpl.mm:
(WebKit::WebViewImpl::WebViewImpl):

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




More information about the webkit-changes mailing list