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:	Tue, 16 Jun 2009 02:40:58 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	ramirose@...il.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] udp: remove unused union in udp_skb_cb.

From: Rami Rosen <ramirose@...il.com>
Date: Tue, 16 Jun 2009 11:50:11 +0300

> This cleanup patch removes an unused union (header) in udp_skb_cb.
> (include/net/udp.h)

It is used Rami.  The layer above UDP packet processing used
IPSKB() and the ipv6 variant (I forget what it's called) so
we have to take care not to write over that layer's recorded
values in the skb->cb[]
--
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