Skip to content
Commit df0fda53 authored by Rocky Liao's avatar Rocky Liao
Browse files

AVRCP: Fix potential buffer overflow

There will be buffer overflow if remote response exceeds
AVRC_MAX_APP_ATTR_SIZE, add array index check to avoid
buffer overflow issue.

CRs-fixed: 3278869
Change-Id: Ia93690e0dc4b28fd01af3a406678d43d426d3be8
parent fe51446e
Please register or to comment