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

Commit 761994f1 authored by andrewlewis's avatar andrewlewis Committed by Automerger Merge Worker
Browse files

Merge "Initialize local uuid array with zeros" am: d5e35f0c am: 95e0f647 am: c41d2352

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1398555

Change-Id: I5054fc176f47a3572e34733f584480de7f7d9107
parents 61f4db5b c41d2352
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);