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

Commit eb3505a1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of [18993507] into security-aosp-rvc-release.

Change-Id: I4e3b150d27093cecdc4fbfd7c9c0e5408c281053
parents 15afea54 5a06395e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -466,6 +466,10 @@ status_t TextDescriptions::extract3GPPGlobalDescriptions(

                if (subChunkType == FOURCC('f', 't', 'a', 'b'))
                {
                    if(subChunkSize < 8) {
                        return OK;
                    }

                    tmpData += 8;
                    size_t subChunkRemaining = subChunkSize - 8;