This prevents a crash when fetching an existing key in iOS (and likely also in Android) and askar_key_entry_list_get_metadata returns NULL:
Not sure if the same should be applied to other parts of the code (it was already done in some other methods such as entryListGetTags and keyEntryListGetTags).
This prevents a crash when fetching an existing key in iOS (and likely also in Android) and
askar_key_entry_list_get_metadata
returns NULL:Not sure if the same should be applied to other parts of the code (it was already done in some other methods such as
entryListGetTags
andkeyEntryListGetTags
).