Searched full:lookup (Results 1 – 25 of 1246) sorted by relevance
12345678910>>...50
4 Subject: [PATCH] dnsproxy: Fix NULL/empty lookup causing potential crash6 In ConnMan through 1.44, the lookup string in ns_resolv in dnsproxy.c10 lookup values lead to incorrect length calculations and incorrect37 const char *lookup = (const char *)name;38 - int err = ns_try_resolv_from_cache(req, request, lookup);40 + if (!lookup || strlen(lookup) == 0)43 + err = ns_try_resolv_from_cache(req, request, lookup);
31 * virtio_add_dmabuf() - Add a new dma-buf resource to the lookup table42 * the lookup table.56 * the lookup table.61 * virtio_remove_resource() - Removes a resource from the lookup table64 * Return: true if the UUID has been found and removed from the lookup table.69 * virtio_lookup_dmabuf() - Looks for a dma-buf resource in the lookup table78 * lookup table86 * virtio_object_type() - Looks for the type of resource in the lookup table96 * resources lookup table, and frees them