mbox series

[iptables,0/6] A series of covscan-indicated fixes

Message ID 20191206114711.6015-1-phil@nwl.cc
Headers show
Series A series of covscan-indicated fixes | expand

Message

Phil Sutter Dec. 6, 2019, 11:47 a.m. UTC
I had to dig through a huge coverity tool report, these are the things I
found worth fixing.

Phil Sutter (6):
  xtables-restore: Avoid access of uninitialized data
  extensions: time: Avoid undefined shift
  extensions: cluster: Avoid undefined shift
  libxtables: Avoid buffer overrun in xtables_compatible_revision()
  xtables-translate: Guard strcpy() call in xlate_ifname()
  extensions: among: Check call to fstat()

 extensions/libebt_among.c    | 6 +++++-
 extensions/libxt_cluster.c   | 2 +-
 extensions/libxt_time.c      | 2 +-
 iptables/xtables-restore.c   | 2 +-
 iptables/xtables-translate.c | 5 ++---
 libxtables/xtables.c         | 3 ++-
 6 files changed, 12 insertions(+), 8 deletions(-)

Comments

Pablo Neira Ayuso Dec. 7, 2019, 6:25 p.m. UTC | #1
On Fri, Dec 06, 2019 at 12:47:05PM +0100, Phil Sutter wrote:
> I had to dig through a huge coverity tool report, these are the things I
> found worth fixing.

Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>

Thanks Phil.