aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMyungho Jung <[email protected]>2019-01-22 00:33:26 -0800
committerMarcel Holtmann <[email protected]>2019-01-22 09:51:19 +0100
commit1dc2d785156cbdc80806c32e8d2c7c735d0b4721 (patch)
tree0d777d49f425dfcdda296340116a2cff1abc62b0 /tools/perf/scripts/python/bin/stackcollapse-report
parent37c589ec289bbf5c3a506c9da259986bd63c40e9 (diff)
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: [email protected] Signed-off-by: Myungho Jung <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions