Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6fc2044df38883950695511676a42d97afcd2f03
https://github.com/WebKit/WebKit/commit/6fc2044df38883950695511676a42d97afcd2f03
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebKit/NetworkProcess/BackgroundFetchLoad.cpp
Log Message:
-----------
Possible null-deref in checkRedirection completion
https://bugs.webkit.org/show_bug.cgi?id=316771
rdar://179220373
Reviewed by Pascoe.
checkRedirection can complete asynchronously, so the BackgroundFetchLoad may
have been torn down by
the time the handler runs.
* Source/WebKit/NetworkProcess/BackgroundFetchLoad.cpp:
(WebKit::BackgroundFetchLoad::willPerformHTTPRedirection):
Canonical link: https://commits.webkit.org/314931@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications