NEW280086
xpc_dictionary_create(nullptr, nullptr, 0) should be xpc_dictionary_create_empty
https://bugs.webkit.org/show_bug.cgi?id=280086
Summary xpc_dictionary_create(nullptr, nullptr, 0) should be xpc_dictionary_create_empty
Seija K.
Reported 2024-09-20 14:18:07 PDT
xpc_dictionary_create has Nonnull annotated for some of its parameters. We should just do xpc_dictionary_create_empty to avoid warnings and be safe.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-27 14:19:15 PDT
Note You need to log in before you can comment on or make changes to this bug.