RESOLVED FIXED Bug 224344
[Cocoa] Silence a CFNetwork preference file access warning
https://bugs.webkit.org/show_bug.cgi?id=224344
Summary [Cocoa] Silence a CFNetwork preference file access warning
Brent Fulgham
Reported 2021-04-08 15:28:26 PDT
CFNetwork, which is linked to the WebContent process, but is not used for actual networking operations there, attempts to read a preference value in 'com.apple.CFNetwork.plist'. We do not need to access these preferences outside of the Network process, and should not allow it. Since CFNetwork treats this as a non-critical failure, and does not provide a way to hint that the preference read attempt can be avoided, we should just silence the report to avoid wasting processing cycles generating logging and backtraces. <rdar://problem/75839558>
Attachments
Patch (2.25 KB, patch)
2021-04-08 15:31 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-04-08 15:31:58 PDT
EWS
Comment 2 2021-04-09 09:38:50 PDT
Committed r275764 (236342@main): <https://commits.webkit.org/236342@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425550 [details].
Note You need to log in before you can comment on or make changes to this bug.