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

Commit d5e35f0c authored by andrewlewis's avatar andrewlewis Committed by Gerrit Code Review
Browse files

Merge "Initialize local uuid array with zeros"

parents ebd91fc5 35c7db94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -958,7 +958,7 @@ status_t BnMediaPlayer::onTransact(
        case PREPARE_DRM: {
            CHECK_INTERFACE(IMediaPlayer, data, reply);

            uint8_t uuid[16];
            uint8_t uuid[16] = {};
            data.read(uuid, sizeof(uuid));
            Vector<uint8_t> drmSessionId;
            readVector(data, drmSessionId);