Skip to content
  • Jean-Paul Saman's avatar
    stream_filter/httplive.c: do not crash on strdup(NULL) · c5f5039b
    Jean-Paul Saman authored
    httplive crashed in parse_SegmentInformation on line 428. The cause is
    that hls->url.psz_path can be NULL, when there is no meta playlist involved.
    In that situation it results in a crash of vlc. (Issue reported by Felix Kuehne.)
    c5f5039b