[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150113.142604.824938958848327187.davem@davemloft.net>
Date: Tue, 13 Jan 2015 14:26:04 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: linville@...driver.com
Cc: netdev@...r.kernel.org, dborkman@...hat.com,
hannes@...essinduktion.org
Subject: Re: [PATCH] af_packet: fix typo of "unlikely" conditional in
packet_snd
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
--
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