From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gatt.c b/android/gatt.c index 59e6f25..abc8053 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -5127,7 +5127,7 @@ static uint8_t find_by_type_request(const uint8_t *cmd, uint16_t cmd_len, } data->filter_value = malloc0(search_vlen); - if (!data) { + if (!data->filter_value) { destroy_pending_request(data); queue_destroy(q, NULL); return ATT_ECODE_INSUFF_RESOURCES; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html