From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 4 Mar 2011 22:34:12 +0100 References: <1299184756-26069-1-git-send-email-sven@narfation.org> <1299186519-27314-1-git-send-email-sven@narfation.org> In-Reply-To: <1299186519-27314-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201103042234.12428.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Disallow regular interface as mesh device Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Thursday 03 March 2011 22:08:39 Sven Eckelmann wrote: > When trying to associate a net_device with another net_device which > already exists, batman-adv assumes that this interface is a fully > initialized batman mesh interface without checking it. The behaviour > when accessing data behind netdev_priv of a random net_device is > undefined and potentially dangerous. Applied in revision 1955. Thanks, Marek