netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft PATCH 0/4] A round of covscan indicated fixes
@ 2016-08-12 16:00 Phil Sutter
  2016-08-12 16:00 ` [nft PATCH 1/4] evaluate: Fix datalen checks in expr_evaluate_string() Phil Sutter
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Phil Sutter @ 2016-08-12 16:00 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

As for libnftnl, this series aims at fixing a number of issues
identified by covscan. And again, due to my limited overview of the
code-base, some of them might as well be invalid although I tried to
verify the issues as best as I can.

Phil Sutter (4):
  evaluate: Fix datalen checks in expr_evaluate_string()
  netlink_delinearize: Avoid potential null pointer deref
  proto_find_num: Avoid potential null pointer dereference
  evaluate: Avoid undefined behaviour in concat_subtype_id()

 src/evaluate.c            | 8 +++++---
 src/netlink_delinearize.c | 2 ++
 src/proto.c               | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.8.2


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

end of thread, other threads:[~2016-08-17 14:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 16:00 [nft PATCH 0/4] A round of covscan indicated fixes Phil Sutter
2016-08-12 16:00 ` [nft PATCH 1/4] evaluate: Fix datalen checks in expr_evaluate_string() Phil Sutter
2016-08-17 14:41   ` Pablo Neira Ayuso
2016-08-12 16:00 ` [nft PATCH 2/4] netlink_delinearize: Avoid potential null pointer deref Phil Sutter
2016-08-17 14:46   ` Pablo Neira Ayuso
2016-08-12 16:00 ` [nft PATCH 3/4] proto_find_num: Avoid potential null pointer dereference Phil Sutter
2016-08-17 14:47   ` Pablo Neira Ayuso
2016-08-12 16:00 ` [nft PATCH 4/4] evaluate: Avoid undefined behaviour in concat_subtype_id() Phil Sutter
2016-08-17 14:51   ` 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).