]> git.tuebingen.mpg.de Git - paraslash.git/commit
vss: Fix NULL pointer dereference in vss_del_fec_client().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Jul 2020 16:35:44 +0000 (18:35 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 19 Jul 2020 16:35:44 +0000 (18:35 +0200)
commit35cab857b6b87782be4549c767cb9013128a74e5
tree75756af32754c9ce2d02f2d91aa59c871b75daea
parentf1164756a9ce8f61b12060a48b84977f24d9e2b3
vss: Fix NULL pointer dereference in vss_del_fec_client().

fc->src_data may well be NULL here, for example if para_server is
not currently playing.

This bug was introduced in the previous commit after the topic branch
had been promoted to next.
vss.c