replicant-frameworks_native/libs
Colin Cross 18fae75350 crash if getNativeBuffer() called on NULL GraphicBuffer
If getNativeBuffer() is called on a NULL GraphicBuffer the
static_cast of this from GraphicBuffer* to ANativeWindowBuffer*
will return a small pointer like (ANativeWindowBuffer*)0x10.
This value can propagate past NULL checks until it causes a crash
far away from the original NULL pointer.  Crash immediately
instead.

Change-Id: Id614b9eb1484108b3c3c733545309844c4b87532
2014-07-22 17:47:03 -07:00
..
binder Remove Parcel::writeIntPtr. 2014-06-12 15:26:39 +01:00
diskusage Report actual disk space used 2013-05-01 10:10:59 -07:00
gui BufferQueue: release mutex while allocating. DO NOT MERGE 2014-07-22 19:45:55 +00:00
input Fixup more potential issues / warnings in string formats 2014-06-10 13:03:17 -07:00
ui crash if getNativeBuffer() called on NULL GraphicBuffer 2014-07-22 17:47:03 -07:00