d52b019c50959d1fe999a53c802e9faa6377bdda

Fix out of bounds access that occurs when reading dsi commands with custom non 4 bytes aligned payload. When misaligned, the code is overfetching data due to 32 bits reading constraint. This creates an offset in receiving buffer. Using a local copy buffer large enough to hold the extra bytes fixes the issue. Change-Id: Ia0ee791d2e87639edd58191cfd5cb6f8f825f8c8 Signed-off-by: Amine Najahi <anajahi@codeaurora.org> Signed-off-by: Ritesh Kumar <riteshk@codeaurora.org>
描述
无详细信息
语言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%