All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libgpiod v2 0/4] Fix issues detected by static analyzer
@ 2024-07-29 10:57 Iker Pedrosa
  2024-07-29 10:57 ` [PATCH libgpiod v2 1/4] bindings: python: gpiod: avoid use after free Iker Pedrosa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Iker Pedrosa @ 2024-07-29 10:57 UTC (permalink / raw)
  To: brgl; +Cc: Iker Pedrosa, ipedrosa, javierm, perobins, linux-gpio, warthog618

This patch series contain a set of fixes for several issues detected by a
static analyzer tool. They are related to wrong pointers management and
string termination.

v2 includes a number of fixes to issues highlighted by Kent Gibson
<warthog618@gmail.com>. 

Iker Pedrosa (4):
  bindings: python: gpiod: avoid use after free
  lib: line-info strings termination
  lib: chip-info strings termination
  tools: free to avoid leak

 bindings/python/gpiod/ext/chip.c | 6 ++++--
 lib/chip-info.c                  | 4 ++--
 lib/line-info.c                  | 4 ++--
 tools/gpioinfo.c                 | 4 +++-
 4 files changed, 11 insertions(+), 7 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2024-07-31  9:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 10:57 [PATCH libgpiod v2 0/4] Fix issues detected by static analyzer Iker Pedrosa
2024-07-29 10:57 ` [PATCH libgpiod v2 1/4] bindings: python: gpiod: avoid use after free Iker Pedrosa
2024-07-29 10:57 ` [PATCH libgpiod v2 2/4] lib: line-info strings termination Iker Pedrosa
2024-07-29 10:57 ` [PATCH libgpiod v2 3/4] lib: chip-info " Iker Pedrosa
2024-07-29 10:57 ` [PATCH libgpiod v2 4/4] tools: free to avoid leak Iker Pedrosa
2024-07-31  9:21 ` [PATCH libgpiod v2 0/4] Fix issues detected by static analyzer Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.