commit | 7a45038dc1e505afbaa49f8dd64fd41dab627f23 | [log] [tgz] |
---|---|---|
author | Roman Smirnov <r.smirnov@omp.ru> | Wed Jul 10 14:31:49 2024 +0300 |
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Wed Jul 10 10:15:36 2024 -0400 |
tree | 0a31753a7546e774aff98a5d1123a6bd53bed027 | |
parent | cf3d80a01f1f21538148cb9a5569b678dad0848b [diff] |
shared/gatt-client: add NULL check to discover_secondary_cb() It is necessary to prevent dereferencing of a NULL pointer. Found with the SVACE static analysis tool.