Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: gatt: Fix notification cleanup on disconnection
This fixes GATT notification buffer missing cleanup on ACL disconnection. Fixes potential NULL pointer dereference trying to use invalid conn object in `notify_mult_process` work queue task handler and/or missing free of pending notification buffer. Signed-off-by: Mariusz Skamra <[email protected]>
- Loading branch information