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]
Message-ID: <4730F5E1.30401@tiscali.nl>
Date:	Wed, 07 Nov 2007 00:16:49 +0100
From:	Roel Kluin <12o3l@...cali.nl>
To:	Al Viro <viro@....linux.org.uk>
CC:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fix writing to unintended memory in eth16i_probe_port();
 drivers/net/eth16i.c

Al Viro wrote:
> On Tue, Nov 06, 2007 at 11:57:44PM +0100, Roel Kluin wrote:
>> 14 is added as an offset to the array dummy_packet (64 unsigned chars) to
>> serve as a destination address in a call to memset(). However, when added, 
>> it is automatically scaled by the size of dummy_packet, which is 64. This
>> results in writing to unintended memory.
> 
> NAK.  Learn C.
> 
yeah I read your other mail, was going to reply myself anyway, but hey, you
had to be rude again.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ