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

Commit 44fa9a5c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I4fac71fd9946d37a7a3b1d32a611f007de3e5303
parents f6e7c9ed 86828796
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,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) {