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

Commit b624f42a 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 am: a08c4a5a am: 169d852f am: abda279d
am: 01a1ab8b

Change-Id: Ib3965f39c2b767b04dd1d03f9982e2de3c75d0fd
parents f6293cfd 01a1ab8b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -897,6 +897,9 @@ status_t M3UParser::parseStreamInf(
        }
        }
    }
    }


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