mbox series

[BlueZ,v1,0/4] fix errors found by SVACE static analyzer #3

Message ID 20240709120031.105038-1-r.smirnov@omp.ru (mailing list archive)
Headers show
Series fix errors found by SVACE static analyzer #3 | expand

Message

Roman Smirnov July 9, 2024, noon UTC
Several bug fixes.

Roman Smirnov (4):
  health: mcap: add checks for NULL mcap_notify_error()
  shared: prevent dereferencing of NULL pointers
  settings: limit the string size in load_service()
  settings: limit the number of chars to be read in gatt_db_load()

 profiles/health/mcap.c |  9 +++++++
 src/settings.c         | 58 +++++++++++++++++++++++++++++++++++++++---
 src/shared/micp.c      |  4 +++
 src/shared/vcp.c       | 12 +++++++++
 4 files changed, 80 insertions(+), 3 deletions(-)