Acked-by: Jarno Rajahalme
On May 20, 2014, at 5:11 PM, Ben Pfaff wrote:
> When the last rxq is closed (which releases the rxq's internal reference
> to its netdev) the next call to netdev_n_rxq() accesses freed memory.
>
> Found by valgrind.
>
> Signed-off-by: Ben Pfaff
> Reported-by: Jarno
When the last rxq is closed (which releases the rxq's internal reference
to its netdev) the next call to netdev_n_rxq() accesses freed memory.
Found by valgrind.
Signed-off-by: Ben Pfaff
Reported-by: Jarno Rajahalme
---
lib/dpif-netdev.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion