avdtp: Fix crashes in avdtp_abort
authorHoward Chung <howardchung@google.com>
Tue, 24 Mar 2020 03:21:45 +0000 (11:21 +0800)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:48 +0000 (14:30 +0530)
commit93840364b1848b57e572558325f1873081fa2625
tree18a8fbd57c549a625bd04ce6d762b4923d16fed3
parentc216c9ba0b26a29017bfde6944a75c5f0c29e41b
avdtp: Fix crashes in avdtp_abort

In avdtp_abort, if setup->stream is NULL, trying to access
stream->lsep will crash.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
profiles/audio/avdtp.c