Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d16626cfd264df1d1baea769fd90af31285a5272
https://github.com/WebKit/WebKit/commit/d16626cfd264df1d1baea769fd90af31285a5272
Author: Charlie Wolfe <[email protected]>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.mm
Log Message:
-----------
REGRESSION(296209@main): Crash in `removeScreenTimeData`
https://bugs.webkit.org/show_bug.cgi?id=298618
rdar://160230406
Reviewed by Aditya Keerthi.
Crash data indicates that a null string may be passed to NSSet:addObject:,
which causes an exception to
be thrown. Add a null check before calling addObject.
* Source/WebKit/UIProcess/WebsiteData/Cocoa/ScreenTimeWebsiteDataSupport.mm:
(WebKit::ScreenTimeWebsiteDataSupport::removeScreenTimeData):
Canonical link: https://commits.webkit.org/299779@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes