net: l2: ieee802154: ctx_lock taken but not given #78495
Labels
area: IEEE 802.15.4
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Describe the bug
In ieeee802154_check_dst_addr() the
ctx_lock
is taken but not given when the PAN ID doesn't match.Fix:
Similar issue in ieee802154_associate(),
scan_ctx_lock
is taken but not given whenieee802154_radio_send()
fails.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: