All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute2 PATCH 00/11] QA check with cppcheck
@ 2011-10-03 15:21 Thomas Jarosch
  0 siblings, 0 replies; only message in thread
From: Thomas Jarosch @ 2011-10-03 15:21 UTC (permalink / raw)
  To: netdev

Hi there,

I've given iproute2 a good run with the free
cppcheck static code analysis tool.
(http://cppcheck.sourceforge.net/)

Following are eleven patches correcting minor
resource leaks and two real bugs.

Cheers,
Thomas

Thomas Jarosch (11):
  Fix pipe I/O stream descriptor leak in init_service_resolver()
  Fix file descriptor leak on error in rtnl_hash_initialize()
  Fix wrong comparison in cmp_print_eopt()
  Fix wrong sanity check in choke_parse_opt()
  Fix memory leak of lname variable in get_target_name()
  Add missing closedir() call in do_show()
  Fix file descriptor leak on error in iproute_flush_cache()
  Fix file descriptor leak on error in read_viftable()
  Fix file descriptor leak on error in read_mroute_list()
  Fix file descriptor leak in do_tunnels_list()
  Fix file descriptor leak on error in read_igmp()

 ip/ipmaddr.c   |    4 +++-
 ip/ipmroute.c  |    9 ++++++---
 ip/iproute.c   |    1 +
 ip/iptunnel.c  |    3 +++
 ip/iptuntap.c  |    1 +
 lib/rt_names.c |    2 ++
 misc/ss.c      |    1 +
 tc/em_cmp.c    |    2 +-
 tc/m_ipt.c     |    3 +++
 tc/q_choke.c   |    2 +-
 10 files changed, 22 insertions(+), 6 deletions(-)

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-03 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03 15:21 [iproute2 PATCH 00/11] QA check with cppcheck Thomas Jarosch

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.