Skip to content
Commit 1dc86735 authored by Rocky Liao's avatar Rocky Liao Committed by Gerrit - the friendly Code Review server
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 1541f411
Please register or to comment