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

Commit 94f8150b authored by Nick Kralevich's avatar Nick Kralevich
Browse files

resolved conflicts for merge of c86eae32 to klp-modular-dev

Change-Id: I127912aed9c9e57a985c46bee13d111e159d2c6f
parents ba34c2ba c86eae32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2062,7 +2062,7 @@ status_t MPEG4Extractor::parseTrackHeader(
}

status_t MPEG4Extractor::parseITunesMetaData(off64_t offset, size_t size) {
    if (size < 4) {
    if (size < 4 || size == SIZE_MAX) {
        return ERROR_MALFORMED;
    }