ofono.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Fix issues found with static analyzer
@ 2022-02-18  8:52 d.grigorev
  2022-02-18  8:52 ` [PATCH 1/6] phonebook: Fix potential buffer overflow d.grigorev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: d.grigorev @ 2022-02-18  8:52 UTC (permalink / raw)
  To: ofono; +Cc: Denis Grigorev

From: Denis Grigorev <d.grigorev@omp.ru>

This patch series fixes several minor issues found with SVACE static
analyzer.

Denis Grigorev (6):
  phonebook: Fix potential buffer overflow
  stemodem: Fix buffer size allocated for rtnl_msg
  sms: Fix buffer size allocated for SMS PDU
  atmodem: Fix potential buffer overflow
  emulator: Avoid potential null dereference
  voicecall: Avoid potential double free

 drivers/atmodem/sim.c        | 2 +-
 drivers/atmodem/sms.c        | 2 +-
 drivers/stemodem/caif_rtnl.c | 5 +++--
 src/emulator.c               | 3 ++-
 src/phonebook.c              | 2 +-
 src/stkutil.c                | 2 +-
 src/voicecall.c              | 3 ---
 7 files changed, 9 insertions(+), 10 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-02-18  9:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18  8:52 [PATCH 0/6] Fix issues found with static analyzer d.grigorev
2022-02-18  8:52 ` [PATCH 1/6] phonebook: Fix potential buffer overflow d.grigorev
2022-02-18  8:52 ` [PATCH 2/6] stemodem: Fix buffer size allocated for rtnl_msg d.grigorev
2022-02-18  8:52 ` [PATCH 3/6] sms: Fix buffer size allocated for SMS PDU d.grigorev
2022-02-18  8:52 ` [PATCH 4/6] atmodem: Fix potential buffer overflow d.grigorev
2022-02-18  8:52 ` [PATCH 5/6] emulator: Avoid potential null dereference d.grigorev
2022-02-18  8:53 ` [PATCH 6/6] voicecall: Avoid potential double free d.grigorev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).