commit | 53a89d92d982465d471fdeb3a693413baa52216e | [log] [tgz] |
---|---|---|
author | Nitin Shivpure <nshivpur@codeaurora.org> | Tue Feb 06 18:18:37 2018 +0530 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Fri Jul 13 10:21:43 2018 +0000 |
tree | 9f45bd0beeed863fb50c4abf664ad15af96ad832 | |
parent | fb614b995dd2fc6e409c84ff47b50006f7390dce [diff] |
BLE: Don't access freed buffer in log message When GATT fail to write data on L2CAP, buffer is freed by L2CAP. Accessing the buffer leads to fatal failure while printing the message info. Test: BLE discover services and BT off test cases Fixes: 73018520 Change-Id: I661398fd1321f6e68026b3720db4965fd6584d70 Merged-In: I661398fd1321f6e68026b3720db4965fd6584d70