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

Commit 66fb6492 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

Change-Id: I66ebe64f3387a8b46eb745c6b037877605e05945
parents c34bb73c 43f65e0f
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) {