diff options
author | Myungho Jung <mhjungk@gmail.com> | 2019-01-22 11:33:26 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-01-22 11:51:19 +0300 |
commit | 1dc2d785156cbdc80806c32e8d2c7c735d0b4721 (patch) | |
tree | 0d777d49f425dfcdda296340116a2cff1abc62b0 /drivers/bluetooth/hci_ll.c | |
parent | 37c589ec289bbf5c3a506c9da259986bd63c40e9 (diff) | |
download | linux-1dc2d785156cbdc80806c32e8d2c7c735d0b4721.tar.xz |
Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
h4_recv_buf() callers store the return value to socket buffer and
recursively pass the buffer to h4_recv_buf() without protection. So,
ERR_PTR returned from h4_recv_buf() can be dereferenced, if called again
before setting the socket buffer to NULL from previous error. Check if
skb is ERR_PTR in h4_recv_buf().
Reported-by: syzbot+017a32f149406df32703@syzkaller.appspotmail.com
Signed-off-by: Myungho Jung <mhjungk@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/hci_ll.c')
0 files changed, 0 insertions, 0 deletions