On Wed, Oct 22, 2014 at 04:07:31PM +0200, Johannes Berg wrote: > On Wed, 2014-10-22 at 15:54 +0200, Karl Beldan wrote: > > On Tue, Oct 21, 2014 at 08:47:26PM +0200, Johannes Berg wrote: > > > On Tue, 2014-10-21 at 17:26 +0200, Karl Beldan wrote: > > > > > > > I still don't know why I don't see the smatch array warnings here, I > > > > guess I'll live with that for now. > > > > > > I'm hoping Dan will eventually pick up on it ;-) > > > > > smatch is good, I get your warnings now when unsetting > > MAC80211_RC_MINSTREL_VHT. I did not click until after checking > > checking smatch's check_overflow.c, when there's a use after check, it > > only barks when the indexes checked are out of bounds. > > Wait, are you saying it *is* out of bounds when VHT isn't turned on? >
The smatch warning pops on { if (!(mi->groups[i].supported & BIT(j))) continue; ... else if (i >= MINSTREL_VHT_GROUP_0) } MINSTREL_VHT_GROUP_0 is out of bonds (not i which remains < ARRAY_SIZE(mi->groups)). Karl -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html