vpp
vpp copied to clipboard
Dns Deadlock problem
In src/plugin/dns/dns.c +638: function delete_random_entry use dns_cache_lock , but all callers of this function have already obtained locks in advance and have not released them at this time. https://github.com/FDio/vpp/blob/master/src/plugins/dns/dns.c