mbox series

[0/4] Fix issues found with static analyzer

Message ID 20240716101136.44583-1-m.rudik@omp.ru (mailing list archive)
Headers show
Series Fix issues found with static analyzer | expand

Message

Max Rudik July 16, 2024, 10:11 a.m. UTC
This patch series fixes several minor issues found with SVACE
static analyzer.

Max Rudik (4):
  stemodem: Fix possible NULL dereference
  cbs: Fix possible NULL dereference
  stk: Fix possible NULL dereference
  call-settings: Fix typo

 drivers/stemodem/gprs-context.c | 4 ++++
 src/call-settings.c             | 2 +-
 src/cbs.c                       | 2 +-
 src/stk.c                       | 3 +++
 4 files changed, 9 insertions(+), 2 deletions(-)

Comments

patchwork-bot+ofono@kernel.org July 18, 2024, 9:20 p.m. UTC | #1
Hello:

This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Tue, 16 Jul 2024 13:11:32 +0300 you wrote:
> This patch series fixes several minor issues found with SVACE
> static analyzer.
> 
> Max Rudik (4):
>   stemodem: Fix possible NULL dereference
>   cbs: Fix possible NULL dereference
>   stk: Fix possible NULL dereference
>   call-settings: Fix typo
> 
> [...]

Here is the summary with links:
  - [1/4] stemodem: Fix possible NULL dereference
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=8bd3d6573a85
  - [2/4] cbs: Fix possible NULL dereference
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=5b528ee0fa69
  - [3/4] stk: Fix possible NULL dereference
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=a4efa493a6aa
  - [4/4] call-settings: Fix typo
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=40eb7863661a

You are awesome, thank you!