Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 28db9d45a3b6ea944f5e1566874b509fb3aa400b
      
https://github.com/WebKit/WebKit/commit/28db9d45a3b6ea944f5e1566874b509fb3aa400b
  Author: Adrian Taylor <[email protected]>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M Source/WebKit/UIProcess/WebBackForwardList.cpp
    M Source/WebKit/UIProcess/WebBackForwardList.h
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  Remove stack address suppression from Swift Back Forward List
https://bugs.webkit.org/show_bug.cgi?id=317920
rdar://180711424

Reviewed by Geoffrey Garen.

This rejigs the ownership of the back-forward list C++ message forwarder such
that an extra reference is kept by the C++ wrapper shim, and thus there's no
need to return something from a stack temporary which required a suppression
from the clang static analysis checks. This was not (believed to be)
a real memory safety problem but it's best to avoid the suppression anyway.

There is no net behavioral difference here.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to