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

Commit 114d2879 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

Change-Id: I69ed7f653151d0331919a94dcc998fe49d940b1f
parents 3f8cd819 6063b798
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;
}