Fix crash when podcast item name is missing
commit3a95f933a548cbb86e690ad57e8127a64c0de1f6
authorMarek Beleščiak <marek.belesciak@lunar.sk>
Wed, 30 Jan 2019 01:16:19 +0000 (30 02:16 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 24 Feb 2019 09:18:13 +0000 (24 10:18 +0100)
tree570104fc5d9334f8111ace16b0cd0f36ca3fa7b5
parent3a1509186af5473ee5fde20c4cd44d9c19881387
Fix crash when podcast item name is missing

There is a case when a null pointer may get passed to vlc_xml_decode(),
which causes a null pointer deference. This commit fixes that.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/playlist/podcast.c