commit | d0b02cde2cf89c7d462893ab5d0e5deeeaeb4048 | [log] [tgz] |
---|---|---|
author | Szymon Janc <szymon.janc@codecoup.pl> | Thu Oct 28 16:05:54 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 29 10:12:55 2021 -0400 |
tree | 340f7c3d2583393cdd6d826e281fde6cc4f3f6ad | |
parent | 33380d7cc66b35ad37daed9aa4f5bb36298a0c51 [diff] |
tests: bluetooth: tester: Fix NULL pointer dereference in error path bt_conn_unref() requires valid conn pointer but could be called with NULL in case valid connection was not found in disconnect_eatt_chans(). Fixes #39851 Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>