Bug in ieee80211_mesh.c code?
Bernhard Schmidt
bschmidt at freebsd.org
Tue Jan 18 15:20:09 UTC 2011
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
More information about the freebsd-net
mailing list