netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [libnftnl PATCH 0/6] Another round of Covscan indicated fixes
@ 2017-12-14 19:40 Phil Sutter
  2017-12-14 19:40 ` [libnftnl PATCH 1/6] nftnl_data_reg_snprintf: Add a missing break Phil Sutter
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Phil Sutter @ 2017-12-14 19:40 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

This series fixes potential issues identified by a recent Covscan run.

Phil Sutter (6):
  nftnl_data_reg_snprintf: Add a missing break
  src/gen: Remove a pointless call to mnl_nlmsg_get_payload()
  src/object: Avoid returning garbage in nftnl_obj_do_parse()
  src/ruleset: Avoid reading garbage in nftnl_ruleset_cb()
  src/set_elem: Don't return garbage in nftnl_set_elems_parse()
  src/trace: Check return value of mnl_attr_parse_nested()

 src/expr/data_reg.c |  1 +
 src/gen.c           |  4 ++--
 src/object.c        |  2 +-
 src/ruleset.c       | 10 +++++-----
 src/set_elem.c      |  2 +-
 src/trace.c         |  3 ++-
 6 files changed, 12 insertions(+), 10 deletions(-)

-- 
2.13.1


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

end of thread, other threads:[~2017-12-15 15:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 19:40 [libnftnl PATCH 0/6] Another round of Covscan indicated fixes Phil Sutter
2017-12-14 19:40 ` [libnftnl PATCH 1/6] nftnl_data_reg_snprintf: Add a missing break Phil Sutter
2017-12-15 15:17   ` Pablo Neira Ayuso
2017-12-14 19:40 ` [libnftnl PATCH 2/6] src/gen: Remove a pointless call to mnl_nlmsg_get_payload() Phil Sutter
2017-12-15 15:17   ` Pablo Neira Ayuso
2017-12-14 19:40 ` [libnftnl PATCH 3/6] src/object: Avoid returning garbage in nftnl_obj_do_parse() Phil Sutter
2017-12-15 15:18   ` Pablo Neira Ayuso
2017-12-14 19:40 ` [libnftnl PATCH 4/6] src/ruleset: Avoid reading garbage in nftnl_ruleset_cb() Phil Sutter
2017-12-15 15:18   ` Pablo Neira Ayuso
2017-12-14 19:40 ` [libnftnl PATCH 5/6] src/set_elem: Don't return garbage in nftnl_set_elems_parse() Phil Sutter
2017-12-15 15:19   ` Pablo Neira Ayuso
2017-12-14 19:40 ` [libnftnl PATCH 6/6] src/trace: Check return value of mnl_attr_parse_nested() Phil Sutter
2017-12-15 15:20   ` Pablo Neira Ayuso

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).