OSDN Git Service

Disregard alleged binder entities beyond parcel bounds
authorChristopher Tate <ctate@google.com>
Thu, 28 May 2015 00:53:02 +0000 (17:53 -0700)
committerChristopher Hocutt <hocutt@google.com>
Wed, 24 Jun 2015 20:46:38 +0000 (20:46 +0000)
commit2f340be345612d9fc2ecb1ea2a4c9e147610a593
treea9f9f223944d8a00fa8c374dffad81a7701451a6
parent2c4f5fdeca8e7a6f672bbcb8c25e6b81bf4eaa5b
Disregard alleged binder entities beyond parcel bounds

When appending one parcel's contents to another, ignore binder
objects within the source Parcel that appear to lie beyond the
formal bounds of that Parcel's data buffer.

Bug 17312693

Change-Id: If592a260f3fcd9a56fc160e7feb2c8b44c73f514
(cherry picked from commit 27182be9f20f4f5b48316666429f09b9ecc1f22e)
libs/binder/Parcel.cpp