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

Commit 75f0b792 authored by Jeff Tinker's avatar Jeff Tinker Committed by Android Git Automerger
Browse files

am dffe5cdb: Merge "DO NOT MERGE Fix vulnerability in mediaserver" into mnc-dev

* commit 'dffe5cdb':
  DO NOT MERGE Fix vulnerability in mediaserver
parents 4296d7df dffe5cdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ status_t BnCrypto::onTransact(
            if (secure) {
                secureBufferId = reinterpret_cast<void *>(static_cast<uintptr_t>(data.readInt64()));
            } else {
                dstPtr = malloc(totalSize);
                dstPtr = calloc(1, totalSize);
            }

            AString errorDetailMsg;