Home
last modified time | relevance | path

Searched refs:manu_copy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid.c161 char *path_copy = NULL, *manu_copy = NULL, *prod_copy = NULL; in fido_dev_info_set() local
171 (manu_copy = strdup(manufacturer)) == NULL || in fido_dev_info_set()
179 devlist[i].manufacturer = manu_copy; in fido_dev_info_set()
188 free(manu_copy); in fido_dev_info_set()