Parent: 15895e401e1e29821b67bdc9d12d3bfa67333b35
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-09-23 23:47:10
Tree: 0ac8d4649599283f898871c3292875ea5da14780
client/gatt: Fix scan-build warning This fixes the following warning: client/gatt.c:2146:2: warning: Null pointer passed to 2nd parameter expecting 'nonnull' [core.NonNullParamChecker] memcpy(*dst_value + offset, src_val, src_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat
| M | client/gatt.c | | | 3 | ++- |
1 files changed, 2 insertions(+), 1 deletions(-)