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:	Tue, 24 Mar 2015 14:58:51 -0700
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	Vadim Kochan <vadim4j@...il.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2 1/2] lib names: Split to db_names_alloc and
 db_names_load

On Tue, 17 Mar 2015 22:15:41 +0200
Vadim Kochan <vadim4j@...il.com> wrote:

> From: Vadim Kochan <vadim4j@...il.com>
> 
> Also added checking for malloc failing
> 
> Signed-off-by: Vadim Kochan <vadim4j@...il.com>

Conceptually I am fine with this, but it doesn't build:

tc_util.c: In function ‘cls_names_init’:
tc_util.c:40:14: error: too many arguments to function ‘db_names_alloc’
  cls_names = db_names_alloc(path ?: NAMES_DB);
              ^
In file included from tc_util.c:26:0:
../include/names.h:19:18: note: declared here
 struct db_names *db_names_alloc(void);
                  ^
<builtin>: recipe for target 'tc_util.o' failed
make[1]: *** [tc_util.o] Error 1


All patches must build (even if split into two pieces).
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ