[webkit-changes] [WebKit/WebKit] 9bd58f: Crash under -[WKModernDownloadProgress initWithDow...
Per Arne Vollan
noreply at github.com
Mon Oct 28 20:26:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9bd58ff623c27306e73f3e65724b4ce29ba86e99
https://github.com/WebKit/WebKit/commit/9bd58ff623c27306e73f3e65724b4ce29ba86e99
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm
Log Message:
-----------
Crash under -[WKModernDownloadProgress initWithDownloadTask:]
https://bugs.webkit.org/show_bug.cgi?id=282185
rdar://138686924
Reviewed by Chris Dumez.
Check that URLs passed to -[WKModernDownloadProgress initWithDownloadTask:] are not null, since that is
a requirement.
* Source/WebKit/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm:
(WebKit::Download::publishProgress):
Canonical link: https://commits.webkit.org/285813@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list