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

Commit a08c4a5a 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:...

Merge "httplive: check for malformed EXT-X-STREAM-INF" into lmp-mr1-dev am: 3c8977e9 am: ed16f7be am: eed6cda7 am: 6063b798
am: 114d2879

Change-Id: If3a2079bab3fd5bdfebb3ed3c01c5081c20b1c6c
parents 1124f3c6 114d2879
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -897,6 +897,9 @@ status_t M3UParser::parseStreamInf(
        }
    }

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