MMDB_get_entry_data_list()now always sets the passedentry_data_listparameter to eitherNULLor valid memory. This makes it safe for callers to useMMDB_free_entry_data_list()on it even in case of error. In 1.12.0MMDB_get_entry_data_list()was changed to not set this parameter to valid memory in additional error cases. That change caused segfaults for certain libraries th...