All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] pull: couple clang scan-build fixes
@ 2016-04-19 20:35 Sami Kerola
  2016-04-19 20:35 ` [PATCH 1/5] build-sys: test functions does not return void Sami Kerola
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Sami Kerola @ 2016-04-19 20:35 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

Here are some minor updates to make static analyzers less noisy.  Whether
these make any difference in real life is questionable.  Well at least there
will be fewer false positive when running scan-build, asan, or such.


----------------------------------------------------------------
The following changes since commit 1bd62f72d8281cdd089fbef43652656dd3c60642:
  libblkid: fix mistake in debug message (2016-04-19 12:45:00 +0200)
are available in the git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git scan-build
for you to fetch changes up to 55cf10134a5dd3622361090ea90e7fd501b4b655:
  getopt: fix memory leaks and integer overflows [ASAN & valgrind] (2016-04-19 21:27:54 +0100)
----------------------------------------------------------------

Sami Kerola (5):
  build-sys: test functions does not return void
  libmount: fix memory leak
  setpwnam: fix memory leak
  lib: avoid double free in loopdev.c
  getopt: fix memory leaks and integer overflows [ASAN & valgrind]

 configure.ac           |  2 +-
 lib/loopdev.c          |  1 +
 libmount/src/utils.c   |  4 ++--
 login-utils/setpwnam.c |  1 +
 misc-utils/getopt.c    | 25 ++++++++++++++++++-------
 5 files changed, 23 insertions(+), 10 deletions(-)

-- 
2.8.0


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

end of thread, other threads:[~2016-04-22  9:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 20:35 [PATCH 0/5] pull: couple clang scan-build fixes Sami Kerola
2016-04-19 20:35 ` [PATCH 1/5] build-sys: test functions does not return void Sami Kerola
2016-04-19 20:35 ` [PATCH 2/5] libmount: fix memory leak Sami Kerola
2016-04-19 20:35 ` [PATCH 3/5] setpwnam: " Sami Kerola
2016-04-19 20:35 ` [PATCH 4/5] lib: avoid double free in loopdev.c Sami Kerola
2016-04-19 22:52   ` Yuriy M. Kaminskiy
2016-04-20 21:06     ` Sami Kerola
2016-04-19 20:35 ` [PATCH 5/5] getopt: fix memory leaks and integer overflows [ASAN & valgrind] Sami Kerola
2016-04-22  9:35   ` Karel Zak
2016-04-22  9:32 ` [PATCH 0/5] pull: couple clang scan-build fixes Karel Zak

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.