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

Commit dffe5cdb authored by Jeff Tinker's avatar Jeff Tinker Committed by Android (Google) Code Review
Browse files

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

parents 190eca5a 3fd87605
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;