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 75af49b..a075809 100644 --- a/android/avrcp-lib.c +++ b/android/avrcp-lib.c @@ -717,7 +717,7 @@ int avrcp_register_notification(struct avrcp *session, uint8_t event, uint32_t interval, avctp_rsp_cb func, void *user_data) { - uint8_t params[5]; + uint8_t params[AVRCP_REGISTER_NOTIFICATION_PARAM_LENGTH]; params[0] = event; bt_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