lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 30 Mar 2020 10:51:06 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     pablo@...filter.org
Cc:     netfilter-devel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 00/26] Netfilter/IPVS updates for net-next

From: David Miller <davem@...emloft.net>
Date: Mon, 30 Mar 2020 10:48:57 -0700 (PDT)

> From: Pablo Neira Ayuso <pablo@...filter.org>
> Date: Mon, 30 Mar 2020 02:36:42 +0200
> 
>> You can pull these changes from:
>> 
>>   git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
> 
> Pulled, thanks.

Actually, I had to revert, please fix these warnings:

net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_in_icmp’:
./include/net/ip_vs.h:233:4: warning: ‘outer_proto’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    printk(KERN_DEBUG pr_fmt(msg), ##__VA_ARGS__); \
    ^~~~~~
net/netfilter/ipvs/ip_vs_core.c:1666:8: note: ‘outer_proto’ was declared here
  char *outer_proto;
        ^~~~~~~~~~~

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ