replicant-frameworks_native/libs/surfaceflinger_client
Jamie Gennis bd9cbc3b55 surfaceflinger_client: Don't dereference NULL ptrs.
This change adds a null pointer check before dereferencing buffers in
a Surface list of known GraphicBuffer objects.  If not all the buffers
have been dequeued before this list can legitimately contain NULL
entries.

Change-Id: I0e105b53a3f6f9a5404716b7bf150c793ff648a6
2011-02-27 18:43:17 -08:00
..
tests
Android.mk
IGraphicBufferAlloc.cpp
ISurface.cpp
ISurfaceComposer.cpp
ISurfaceComposerClient.cpp allow root to call into surfaceflinger 2011-02-15 19:27:47 -08:00
LayerState.cpp
SharedBufferStack.cpp
Surface.cpp surfaceflinger_client: Don't dereference NULL ptrs. 2011-02-27 18:43:17 -08:00
SurfaceComposerClient.cpp