On 12/01/2016 12:06, Michael S. Tsirkin wrote: >>> > > +{ >>> > > + if ((netfn & 1) || (netfn > MAX_NETFNS) || (s->netfns[netfn / 2])) >>> > > { >> > >> > Off by one. The check should be >=, not >. >> > >> > Paolo > Corey, can you look into this please? >
He already posted some fixes yesterday. Paolo