From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 17 Oct 2011 14:01:03 +0200 References: <1318784017-28150-1-git-send-email-ordex@autistici.org> In-Reply-To: <1318784017-28150-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201110171401.04152.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: fix tt_local_reset_flags() function 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 Sunday, October 16, 2011 18:53:37 Antonio Quartulli wrote: > Currently the counter of tt_local_entry structures (tt_local_num) is > incremented each time the tt_local_reset_flags() is invoked causing the > node to send wrong TT_REPONSE packets containing a copy of non-initialised > memory thus corrupting other nodes global translation table and making > higher level communication impossible. Applied in revision d1b1d7c. Thanks, Marek