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

Commit e019586c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

default drm hidl: Fix decrypt destination base ptr am: d79abbb0 am:...

default drm hidl: Fix decrypt destination base ptr am: d79abbb0 am: 86828796 am: 44fa9a5c am: 0e863078 am: 119b9ea0 am: 43f65e0f am: 66fb6492

Change-Id: I4277d01e621525e78977f5b12663f122827a62ea
parents 325db6e6 66fb6492
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ namespace implementation {
                return Void();
            }

            base = static_cast<uint8_t *>(static_cast<void *>(destBase->getPointer()));
            destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset);
        } else if (destination.type == BufferType::NATIVE_HANDLE) {
            if (!secure) {