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:	Tue, 13 Jan 2015 16:40:27 -0500
From:	"John W. Linville" <linville@...driver.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org, dborkman@...hat.com,
	hannes@...essinduktion.org
Subject: Re: [PATCH] af_packet: fix typo of "unlikely" conditional in
 packet_snd

On Tue, Jan 13, 2015 at 02:26:04PM -0500, David Miller wrote:
> From: "John W. Linville" <linville@...driver.com>
> Date: Tue, 13 Jan 2015 14:20:11 -0500
> 
> > Change "unlikely(offset) < 0" to "unlikely(offset < 0)"...
> > 
> > Coverity: CID 1259984
> > 
> > Signed-off-by: John W. Linville <linville@...driver.com>
> 
> Should be fixed in the 'net' tree by:
> 
> commit 46d2cfb192b30d729aef064808ed5ece47cee369
> Author: Christoph Jaeger <cj@...ux.com>
> Date:   Sun Jan 11 13:01:16 2015 -0500
> 
>     packet: bail out of packet_snd() if L2 header creation fails

Cool, sorry for the noise!

-- 
John W. Linville		Someday the world will need a hero, and you
linville@...driver.com			might be all we have.  Be ready.
--
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