On Tue, Feb 09, 2016 at 12:54:18PM +0100, M. Braun wrote: > I think the issue is introduced by following change you made to > radius_msg_get_vlanid: > > >- for (i = 0; i < numtagged; i++) > >- tagged[i] = 0; > >+ for (j = 0; j < numtagged; i++) > >+ tagged[j] = 0; > > The loop variable is not incremented (i instead of j). Argh.. I looked at that multiple times when trying to figure out what was going on.. I had to change this due to compiler error (-Werror..) preventing the original patch set from building. > Shall I resent the full fixed series? No need. I'll take a closer look at this once I get back from from netdev. -- Jouni Malinen PGP id EFC895FA _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap