From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 28 May 2013 14:59:42 +0800 References: <1369400684-1937-1-git-send-email-ordex@autistici.org> In-Reply-To: <1369400684-1937-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: <201305281459.43111.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: correctly align the tt_tvlv_data struct 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli On Friday, May 24, 2013 21:04:44 Antonio Quartulli wrote: > 4bytes long members must start at an address multiple of 4 > in order to avoid unaligned memory access. > > Add 2 padding bytes to satisfy this requirement. > > Introduced by c5e7a06a29612056006e4dc01910c0b44e858583 > "batman-adv: use CRC32C instead of CRC16 in TT code" > > Signed-off-by: Antonio Quartulli > --- > packet.h | 2 ++ > 1 file changed, 2 insertions(+) Applied in revision 2fb072a. Thanks, Marek