mbed-os/features/FEATURE_BLE/source/generic
Jan Jongboom eed2b390d9
Dead pointer usage in GenericSecurityManager
`pscrk` is set to the address of `csrk`, but `csrk` is out of scope when using the resulting value. There's no guarantee that the memory is still valid.
2019-03-07 16:21:52 +01:00
..
FileSecurityDb.cpp BLE - Remove conditional compilation of FileSecurityDb 2019-02-28 11:30:07 +00:00
GenericGap.tpp BLE - Avoid calling v2 API in GenericGap::reset_ if not required. 2019-03-01 18:31:06 +00:00
GenericGattClient.tpp ifdef source files based on features 2019-02-27 21:00:11 +00:00
GenericSecurityManager.tpp Dead pointer usage in GenericSecurityManager 2019-03-07 16:21:52 +01:00