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 potential NULL pointer dereference
If the device was not paired, the conn->le.keys is NULL, so conn->le.keys will cause NULL pointer dereference. Signed-off-by: Mariusz Skamra <[email protected]>
- Loading branch information