napatech / dpdk

Napatech DPDK additions (Cloned from git://dpdk.org/dpdk)
25 stars 4 forks source link

Lock acquisition without releasing in CreateOptimizedFilter #3

Closed ycaibb closed 3 years ago

ycaibb commented 3 years ago

Hi, developers, I found a lock acquisition with releasing in the function createoptimizedFilter. Is it ture? Thank you for your checking.

https://github.com/napatech/dpdk/blob/3f97df18100553a6bd6f1250fedb1d67738a5c60/drivers/net/ntacc/filter_ntacc.c#L849

ycaibb commented 3 years ago

It's a false positive. Thank you. I close the issue.