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:	Fri, 10 Feb 2012 15:09:48 +0100
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	David Laight <David.Laight@...LAB.COM>
Cc:	Ben Greear <greearb@...delatech.com>, jeffrey.t.kirsher@...el.com,
	Jeff Kirsher <tarbal@...il.com>, netdev@...r.kernel.org
Subject: RE: [PATCH v2 00/10] Low-level Ethernet debugging features.

Le vendredi 10 février 2012 à 14:51 +0100, Eric Dumazet a écrit :

> 2) As is, we can leak kernel memory content to wire since we dont
> initialize the padding data.
> 
> 

False alarm, this is properly handled by de620_write_block( ... , pad);

Other drivers do :

	if (skb->len < ETH_ZLEN) {
		if (skb_padto(skb, ETH_ZLEN))
			goto out;
	}


--
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