Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=55165
Can call CF API with a null CFArray in WebResourceCacheManager Reviewed by Adam Roben and looked at by Brian Weinstein. * WebProcess/ResourceCache/WebResourceCacheManager.cpp: (WebKit::WebResourceCacheManager::getCacheOrigins): cfURLCacheHostNames() can return a null CFArrayRef, so the call to CFArrayGetCount must be null checked. Canonical link: https://commits.webkit.org/69516@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@79596 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information