[BlueZ PATCH 0/9] Fix unchecked return value

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx>

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

The idea is to make the change as simple as possible without changing
the functional flow. So, it logs the output when the function fails
after checking the return value.

Tedd Ho-Jeong An (9):
  device: Fix unchecked return value
  adapter: Fix unchecked return value
  attrib-server: Fix unchecked return value
  plugins/admin: Fix unchecked return value
  profiles/a2dp: Fix unchecked return value
  profiles/input: Fix unchecked return value
  mesh: Fix unchecked return value
  obexd: Fix unchecked return value
  peripheral: Fix unchecked return value

 mesh/keyring.c          |   6 +-
 mesh/mesh-io-unit.c     |   6 +-
 mesh/rpl.c              |  22 ++--
 mesh/util.c             |  11 +-
 obexd/client/transfer.c |  12 +-
 obexd/plugins/pcsuite.c |   4 +-
 obexd/src/main.c        |   4 +-
 peripheral/main.c       |   3 +-
 plugins/admin.c         |  15 ++-
 profiles/audio/a2dp.c   |  33 +++++-
 profiles/input/device.c |   6 +-
 src/adapter.c           | 249 ++++++++++++++++++++++++++++++++++------
 src/attrib-server.c     |  21 +++-
 src/device.c            | 141 +++++++++++++++++++----
 14 files changed, 441 insertions(+), 92 deletions(-)

-- 
2.25.1




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux