Parent: e4fd2dc5aa959ba430ee0038e4d135e1a7530ad4
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-06-22 21:09:04
Tree: 180667474dce9bf610e1b659235062e31d11fd6e
client/player: Fixes errors found by scan-build This fixes the following errors: client/player.c:1406:44: warning: Dereference of null pointer [core.NullDereference] reply = endpoint_select_config_reply(msg, p->data.iov_base, ^~~~~~~~~~~~~~~~ client/player.c:1866:2: warning: 3rd function call argument is an uninitialized value [core.CallAndMessage] iov_append(&cfg->caps, data, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat
| M | client/player.c | | | 8 | +++++++- |
1 files changed, 7 insertions(+), 1 deletions(-)