mbox series

[BlueZ,resend,0/9] Fix a number of static analysis issues #4

Message ID 20240702142436.833138-1-hadess@hadess.net (mailing list archive)
Headers show
Series Fix a number of static analysis issues #4 | expand

Message

Bastien Nocera July 2, 2024, 2:23 p.m. UTC
"main: Simplify parse_config_string()" is a repeat. If you don't want
the patch, please let me know and I'll carry it downstream.

More fixes incoming, please review carefully, thanks!

Re-sent with the correct prefix

Bastien Nocera (9):
  main: Simplify parse_config_string()
  avdtp: Fix manipulating struct as an array
  mesh: Avoid accessing array out-of-bounds
  obexd: Fix possible memleak
  obexd: Fix memory leak in entry struct
  obexd: Fix leak in backup_object struct
  health/mcap: Fix memory leak in mcl struct
  sdp: Fix memory leak in sdp_data_alloc*()
  sdp: Check memory allocation in sdp_copy_seq()

 lib/sdp.c                      | 13 ++++++++--
 mesh/prov-initiator.c          |  9 +++++--
 obexd/plugins/messages-dummy.c | 12 ++++++++-
 obexd/plugins/pcsuite.c        |  1 +
 profiles/audio/avdtp.c         | 45 +++++++++++++++++-----------------
 profiles/health/mcap.c         |  1 +
 src/main.c                     | 19 +++++++-------
 7 files changed, 64 insertions(+), 36 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org July 3, 2024, 2:40 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue,  2 Jul 2024 16:23:32 +0200 you wrote:
> "main: Simplify parse_config_string()" is a repeat. If you don't want
> the patch, please let me know and I'll carry it downstream.
> 
> More fixes incoming, please review carefully, thanks!
> 
> Re-sent with the correct prefix
> 
> [...]

Here is the summary with links:
  - [BlueZ,resend,1/9] main: Simplify parse_config_string()
    (no matching commit)
  - [BlueZ,resend,2/9] avdtp: Fix manipulating struct as an array
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7c896d7b73cb
  - [BlueZ,resend,3/9] mesh: Avoid accessing array out-of-bounds
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=3f1b3c624a96
  - [BlueZ,resend,4/9] obexd: Fix possible memleak
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=99750d2acd9d
  - [BlueZ,resend,5/9] obexd: Fix memory leak in entry struct
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4b3fe69df7c7
  - [BlueZ,resend,6/9] obexd: Fix leak in backup_object struct
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5475aba84edc
  - [BlueZ,resend,7/9] health/mcap: Fix memory leak in mcl struct
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d79e429a9fc3
  - [BlueZ,resend,8/9] sdp: Fix memory leak in sdp_data_alloc*()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5dcc52a486f2
  - [BlueZ,resend,9/9] sdp: Check memory allocation in sdp_copy_seq()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=1707a8362230

You are awesome, thank you!