Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c413b7e8 authored by Fabien Sanglard's avatar Fabien Sanglard Committed by android-build-merger
Browse files

Fix security vulneratibly 31960359 am: dffa0782 am: b8b076e5 am: 46dd3c89

am: 04f62d5b

Change-Id: I6f28a439b03be3fc7151313fc4f963c532196118
parents ae09937e 04f62d5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,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) {