Date: Tue, 18 Jan 2011 16:20:04 +0100 From: Bernhard Schmidt <bschmidt@freebsd.org> To: Monthadar Al Jaberi <monthadar@gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: Bug in ieee80211_mesh.c code? Message-ID: <201101181620.05161.bschmidt@freebsd.org> In-Reply-To: <AANLkTimZi=Gxk_fm3QG5gruFxju8U=842P=UdkVXSEzO@mail.gmail.com> References: <AANLkTimZi=Gxk_fm3QG5gruFxju8U=842P=UdkVXSEzO@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, January 17, 2011 19:06:39 Monthadar Al Jaberi wrote: > Hi, > > This line 1466 in ieee80211_mesh.c: > frm += frm[2] + 2; > > When I look at the other modes it should be > frm += frm[1] + 2; Seems indeed to be incorrect, after frm += frm[2] + 2, frm will point anywhere but definitely not to the next element. I'll have a look at that. -- Bernhard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101181620.05161.bschmidt>