diff options
author | Girish Moodalbail <girish.moodalbail@oracle.com> | 2017-10-25 00:23:04 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-26 17:57:39 +0900 |
commit | 78e0ea6791d7baafb8a0ca82b1bd0c7b3453c919 (patch) | |
tree | 6be52d342cd4ea32359a90ec7aabc96d9b08dd40 /crypto/chacha20_generic.c | |
parent | 5889e2c0e441d84060e66211ed5c4517ca591167 (diff) |
tap: double-free in error path in tap_open()
Double free of skb_array in tap module is causing kernel panic. When
tap_set_queue() fails we free skb_array right away by calling
skb_array_cleanup(). However, later on skb_array_cleanup() is called
again by tap_sock_destruct through sock_put(). This patch fixes that
issue.
Fixes: 362899b8725b35e3 (macvtap: switch to use skb array)
Signed-off-by: Girish Moodalbail <girish.moodalbail@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/chacha20_generic.c')
0 files changed, 0 insertions, 0 deletions