mbox series

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

Message ID 20240809162252.50098-1-r.smirnov@omp.ru
Headers show
Series fix errors found by SVACE static analyzer #4 | expand

Message

Roman Smirnov Aug. 9, 2024, 4:22 p.m. UTC
Several bug fixes.

Roman Smirnov (3):
  tools/rctest: add NULL checks to main()
  android/avctp: remove check in session_browsing_cb()
  android/avdtp: fix leak in avdtp_new()

 android/avctp.c |  6 ++----
 android/avdtp.c |  4 +++-
 tools/rctest.c  | 30 +++++++++++++++++++++++-------
 3 files changed, 28 insertions(+), 12 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Aug. 13, 2024, 3:50 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 Fri, 9 Aug 2024 19:22:26 +0300 you wrote:
> Several bug fixes.
> 
> Roman Smirnov (3):
>   tools/rctest: add NULL checks to main()
>   android/avctp: remove check in session_browsing_cb()
>   android/avdtp: fix leak in avdtp_new()
> 
> [...]

Here is the summary with links:
  - [BlueZ,v1,resend,1/3] tools/rctest: add NULL checks to main()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b752f760da47
  - [BlueZ,v1,2/3] android/avctp: remove check in session_browsing_cb()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=19ff9ab91512
  - [BlueZ,v1,3/3] android/avdtp: fix leak in avdtp_new()
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=537e399aa096

You are awesome, thank you!