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

Commit bfb56e16 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:...

Fix stack content leak vulnerability in mediaserver am: 9a6861cb am: 647f55d7 am: b6d08633 am: 7d616daf am: b57b64d4 am: fd14435a
am: 95bad3ea

Change-Id: I1c89abd43aed4614e4a82db713c62d9bac0713e1
parents 9a2053e2 95bad3ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -891,7 +891,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);