From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 30 Jun 2012 14:25:20 +0200 References: <1340828898-12352-1-git-send-email-sven@narfation.org> <1340877413-18434-1-git-send-email-sven@narfation.org> <1340877413-18434-2-git-send-email-sven@narfation.org> In-Reply-To: <1340877413-18434-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201206301425.21194.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/2] batctl: Don't leak information through uninitialized packet fields 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, June 28, 2012 11:56:53 Sven Eckelmann wrote: > The reserved fields in batman-adv packets are not set to a constant value. > The content of these memory regions is leaked unintentionally to the > network. > > This regression was introduced in ee319368e5d6385458345731e519640889c177c4 > > Signed-off-by: Sven Eckelmann > --- > Based on next and fixed commit title > > ping.c | 2 ++ > traceroute.c | 1 + > 2 files changed, 3 insertions(+) Applied in revision 74e9b22. Thanks, Marek