diff options
author | 2021-04-09 17:53:14 +0100 | |
---|---|---|
committer | 2021-06-26 07:12:24 +0200 | |
commit | 1cb027f2f803d0a7abe9c291f0625e6bccd25999 (patch) | |
tree | 6c8250719218df4cb3596fe1d9c35bc7c7a7d8c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Bluetooth: Return whether a connection is outbound (diff) | |
download | linux-dev-1cb027f2f803d0a7abe9c291f0625e6bccd25999.tar.xz linux-dev-1cb027f2f803d0a7abe9c291f0625e6bccd25999.zip |
Bluetooth: virtio_bt: add missing null pointer check on alloc_skb call return
The call to alloc_skb with the GFP_KERNEL flag can return a null sk_buff
pointer, so add a null check to avoid any null pointer deference issues.
Addresses-Coverity: ("Dereference null return value")
Fixes: afd2daa26c7a ("Bluetooth: Add support for virtio transport driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions