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

Commit ed16f7be authored by Robert Shih's avatar Robert Shih Committed by android-build-merger
Browse files

Merge "httplive: check for malformed EXT-X-STREAM-INF" into lmp-mr1-dev

am: 3c8977e9

Change-Id: I1100646409512928a49782e3ae0d1593a0b9122d
parents c84edbc0 3c8977e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -887,6 +887,9 @@ status_t M3UParser::parseStreamInf(
        }
    }

    if (meta->get() == NULL) {
        return ERROR_MALFORMED;
    }
    return OK;
}