From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/avrcp-lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/avrcp-lib.c b/android/avrcp-lib.c index 42e00de..48c5221 100644 --- a/android/avrcp-lib.c +++ b/android/avrcp-lib.c @@ -908,7 +908,7 @@ done: int avrcp_register_notification(struct avrcp *session, uint8_t event, uint32_t interval) { - uint8_t params[5]; + uint8_t params[AVRCP_REGISTER_NOTIFICATION_PARAM_LENGTH]; params[0] = event; put_be32(interval, ¶ms[1]); -- 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