client/player: Fix crashes accessing metadata
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 10 May 2023 23:29:55 +0000 (16:29 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:41:34 +0000 (16:11 +0530)
commit7b7422af0bd640c7cc22e4db278d9acfed2bf1b6
tree94a63efcc3775a46b5736e28276d1d1ae58baf6f
parentf30b166143bb920e7c2abc6044997a786e800d77
client/player: Fix crashes accessing metadata

If metadata is not set the respective iovec is left NULL so it needs to
be checked before accessing its fields.
client/player.c