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:	Fri, 22 Jun 2007 19:21:40 +0200
From:	Patrick McHardy <kaber@...sh.net>
To:	Stephen Hemminger <shemminger@...ux-foundation.org>
CC:	netdev@...r.kernel.org,
	PJ Waskiewicz <peter.p.waskiewicz.jr@...el.com>
Subject: Re: [IPROUTE]: Add nested compat attribute

Patrick McHardy wrote:
>  extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
>  extern int parse_rtattr_byindex(struct rtattr *tb[], int max, struct rtattr *rta, int len);
> +extern int parse_rtattr_nested_compat(struct rtattr *tb[], int max, struct rtattr *rta, void **data, int len);


Same change as in the kernel patch, avoid cast in caller
and make the signature match existing ones better.


View attachment "x2" of type "text/plain" (4679 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ