diff options
| author | 2016-12-06 19:37:58 +0000 | |
|---|---|---|
| committer | 2016-12-06 19:37:58 +0000 | |
| commit | 60d1f5b1abc557b86fdce7c91e9ae1de29ceebdf (patch) | |
| tree | c456c48a3e5a68509d08719f1087260f99dbb99c | |
| parent | 6128e113b0e169a48dc4a7fcb93b01f68084f44d (diff) | |
| parent | 04f62d5b99d19a1a8653745c99bdb42ffab27924 (diff) | |
Fix security vulneratibly 31960359 am: dffa078205 am: b8b076e553 am: 46dd3c89e5
am: 04f62d5b99
Change-Id: I64a922e22d208013967018bdf62213525db75f73
| -rw-r--r-- | libs/gui/BufferQueueCore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueCore.cpp b/libs/gui/BufferQueueCore.cpp index fd85c43b6d..c4714e3368 100644 --- a/libs/gui/BufferQueueCore.cpp +++ b/libs/gui/BufferQueueCore.cpp @@ -90,6 +90,7 @@ BufferQueueCore::BufferQueueCore(const sp<IGraphicBufferAlloc>& allocator) : mSharedBufferSlot(INVALID_BUFFER_SLOT), mSharedBufferCache(Rect::INVALID_RECT, 0, NATIVE_WINDOW_SCALING_MODE_FREEZE, HAL_DATASPACE_UNKNOWN), + mLastQueuedSlot(INVALID_BUFFER_SLOT), mUniqueId(getUniqueId()) { if (allocator == NULL) { |