From: Jason Wang <[email protected]>
Date: Thu, 11 Aug 2016 18:15:56 +0800
> We've clean skb_array in macvtap_put_queue() but still try to pop from
> it during macvtap_sock_destruct(). Fix this use after free by moving
> the skb array cleanup to macvtap_sock_destruct() instead.
>
> Fixes: 362899b8725b ("macvtap: switch to use skb array")
> Reported-by: Cornelia Huck <[email protected]>
> Tested-by: Cornelia Huck <[email protected]>
> Signed-off-by: Jason Wang <[email protected]>
Applied, thanks for fixing this so quickly Jason.