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

Commit b6d08633 authored by Jeff Tinker's avatar Jeff Tinker Committed by android-build-merger
Browse files

Fix stack content leak vulnerability in mediaserver am: 9a6861cb

am: 647f55d7

Change-Id: I837716c9faecb5750443c59ac01ae7cb0f8172ea
parents 31407677 647f55d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ status_t BnDrm::onTransact(
            readVector(data, keyId);
            readVector(data, message);
            readVector(data, signature);
            bool match;
            bool match = false;
            uint32_t result = verify(sessionId, keyId, message, signature, match);
            reply->writeInt32(match);
            reply->writeInt32(result);