From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 18 Feb 2011 13:17:31 +0100 References: <1297550891-18231-1-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1297550891-18231-1-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201102181317.32226.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix possible buffer overflow in softif neigh list output 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 Saturday 12 February 2011 23:48:11 Linus L=C3=BCssing wrote: > Furthermore 31 Bytes are not enough for printing an entry with a vid > of more than 2 digits. >=20 > The manual buffering is unnecessary, we can safely print to the seq > directly during the rcu_read_lock(). Applied in revision 1946. Thanks, Marek