obexd: Fix unchecked return value
authorTedd Ho-Jeong An <tedd.an@intel.com>
Mon, 18 Oct 2021 17:28:32 +0000 (10:28 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:37 +0000 (19:08 +0530)
commit7300769ba8aca043982b1c8e2a16f9e76313b18f
treeea64fa907f4797f6e53f023485179ff66a9d57c7
parent72d42d8e1df25c7eb737f4055c22b936b6e72533
obexd: Fix unchecked return value

This patch fixes the unchecked return value(CWE-252) issues reported by
the Coverity.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
obexd/client/transfer.c
obexd/plugins/pcsuite.c
obexd/src/main.c