vpp icon indicating copy to clipboard operation
vpp copied to clipboard

Dns Deadlock problem

Open PFangwang opened this issue 7 months ago • 1 comments

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

PFangwang avatar May 27 '25 05:05 PFangwang