Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 82ef6d0843fe787b164bfe8f2dde7ae27ac1d092
https://github.com/WebKit/WebKit/commit/82ef6d0843fe787b164bfe8f2dde7ae27ac1d092
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebKit/NetworkProcess/NetworkProcess.cpp
Log Message:
-----------
Possible null-deref in NetworkProcess::deleteWebsiteDataForOrigin with
ephemeral session
https://bugs.webkit.org/show_bug.cgi?id=316770
rdar://179219807
Reviewed by Pascoe.
networkSession(sessionID) returns null when no NetworkSession exists for the
given sessionID. Every
other branch in the same function and the sibling functions guard the sesion
dereference. Add the
same guard here.
* Source/WebKit/NetworkProcess/NetworkProcess.cpp:
(WebKit::NetworkProcess::deleteWebsiteDataForOrigin):
Canonical link: https://commits.webkit.org/314934@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications