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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 5 Mar 2007 00:40:19 -0300
From:	"Arnaldo Carvalho de Melo" <arnaldo.melo@...il.com>
To:	"David Miller" <davem@...emloft.net>
Cc:	"Stephen Hemminger" <shemminger@...ux-foundation.org>,
	"Netdev List" <netdev@...r.kernel.org>
Subject: Re: [PATCH][UDP]: Fix "whitespace" cleanup

On 3/5/07, Arnaldo Carvalho de Melo <acme@...stprotocols.net> wrote:
> Hi David, Stephen
>
>        Whitespace cleanups have to pass the compile test too ;-) This
> is just in net-2.6.22 tho :-)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
>

There is one more problem:

-       __u16 destp       = ntohs(inet->dport);
-       __u16 srcp        = ntohs(inet->sport);
+       __u16 dest  = ntohs(inet->dport);
+       __u16 srcp  = ntohs(inet->sport);

It changes 'destp' to dest, and there is already a dest variable,
updated patch attached,

Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>

View attachment "udp.patch" of type "text/x-patch" (847 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ