OSDN Git Service

libui: add boundary check to GraphicBuffer::unflatten
authorChia-I Wu <olv@google.com>
Tue, 9 Oct 2018 22:22:46 +0000 (15:22 -0700)
committerChia-I Wu <olv@google.com>
Tue, 9 Oct 2018 22:32:07 +0000 (22:32 +0000)
commitbf8d7210c4bbbdc875e9695a301cdf9c3b544279
treef834a474f37409e15312c5b666159e736b7c5b41
parent370b07fff3ccbd9167e31079f82b8d3f00cc0d1b
libui: add boundary check to GraphicBuffer::unflatten

Commit cb496acbe593326e8d5d563847067d02b2df40ec removed the boundary
check by accident.

Bug: 114223584
Test: manual
Change-Id: I057bc02d5807e438530d1a5327c2e02b9d154151
libs/ui/GraphicBuffer.cpp