stream_filter/httplive.c: do not crash on strdup(NULL)
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.)
Showing
Please register or sign in to comment