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

Commit 18bc51f7 authored by Jeff Tinker's avatar Jeff Tinker Committed by Android Git Automerger
Browse files

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

* commit '75f0b792':
  DO NOT MERGE Fix vulnerability in mediaserver
parents da132d84 75f0b792
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;