Comcast / mamba

Mamba is a Swift iOS, tvOS and macOS framework to parse, validate and write HTTP Live Streaming (HLS) data.
Apache License 2.0
178 stars 39 forks source link

`HLSParser` crashes with empty `Data` object. #18

Closed dcoufal closed 6 years ago

dcoufal commented 6 years ago

Expected Behavior

You should be able to "parse" an empty Data object with HLSParser

Observed Behavior

HLSParser will crash if you try to do so.


This ticket is to fix the crash so you get an empty HLSPlaylist when parsed.

dcoufal commented 6 years ago

Addressed.