]> git.sesse.net Git - vlc/commit
hds: avoid NULL dereference (cid #1261992)
authorTristan Matthews <tmatth@videolan.org>
Thu, 8 Jan 2015 12:53:40 +0000 (07:53 -0500)
committerTristan Matthews <tmatth@videolan.org>
Thu, 8 Jan 2015 12:53:40 +0000 (07:53 -0500)
commite6b5eab5aeb40b9757e44459a5de404201c0b914
treefc6b1d87708d37d8f8587d6b1740b254a817b908
parent895f573f96fb4c2b439fdf45fc6eb63f1ec9a792
hds: avoid NULL dereference (cid #1261992)

metadata_packet_len > 0 is equivalent to
metadata_payload_len > 0 && p_metadata_payload
modules/stream_filter/hds/hds.c