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

Commit 58ef1e95 authored by Jeff Tinker's avatar Jeff Tinker Committed by gitbuildkicker
Browse files

Fix stack content leak vulnerability in mediaserver

bug: 30875060
Change-Id: I03f4d08b7b31ac5b507cfc9e65e5607c73972d95
(cherry picked from commit 9a6861cb)
parent 11a565b9
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);