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

Commit 04f62d5b 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

Change-Id: I7664021716dc9f1a1e09afdbeb04a02f84195354
parents 9ef37cdc 46dd3c89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {