commit | fd9b809147b78330d1db7ec17e200071e779fd46 | [log] [tgz] |
---|---|---|
author | Taehwan Kim <t_h.kim@samsung.com> | Thu Sep 17 12:26:40 2020 +0900 |
committer | Wonsik Kim <wonsik@google.com> | Thu Sep 17 17:30:25 2020 +0000 |
tree | 29edb57694eb19f9cd37c925cdaf63a7b7af0edc | |
parent | d5a46a87e8a35495843ec141ecf3b62d963bdcb2 [diff] |
CCodec: fix underflow issue on handleImageData the logic is assumed that gralloc does assume a contiguous mapping at GraphicView2MediaImageConverter() in Codec2Buffer. if it doesn't, underflow could happen because type of variable is unsigned. Bug: 168757280 Change-Id: I04e13d0680af74e76d96d3ab10a549f6368205cf Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>