Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 349e1d8549509c1925480da94432d2212d23903a
https://github.com/WebKit/WebKit/commit/349e1d8549509c1925480da94432d2212d23903a
Author: Chris Dumez <[email protected]>
Date: 2026-06-03 (Wed, 03 Jun 2026)
Changed paths:
M Source/WebCore/Modules/fetch/FetchBodySource.cpp
Log Message:
-----------
Fix potential null deference under globalObjectFromBodyOwner()
https://bugs.webkit.org/show_bug.cgi?id=316156
Reviewed by Youenn Fablet.
The code clearly deals with the context being null initially but then
unconditionally deferences it.
* Source/WebCore/Modules/fetch/FetchBodySource.cpp:
(WebCore::globalObjectFromBodyOwner):
Canonical link: https://commits.webkit.org/314443@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications