Skip to content
Commit 4794a727 authored by Rocky Liao's avatar Rocky Liao Committed by Zijun Hu
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: I06bd32a8dc7f9a885313b6df555daada10aaae27
parent c2e19530
Please register or to comment