> -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, March 28, 2018 3:26 PM > To: Yang, Zhiyong <[email protected]>; [email protected] > Cc: Wang, Zhihong <[email protected]>; > [email protected]; [email protected]; Wang, Dong1 > <[email protected]>; Bie, Tiwei <[email protected]>; > [email protected] > Subject: Re: [PATCH v3 1/4] net/virtio: fix add pointer checking > > > > On 3/21/2018 11:03 AM, [email protected] wrote: > > It is necessary to add pointer checking because in some case the code > > will cause crash. For example, the code goes here before memory > > allocation of rxvq is finished. > > > > Fixes: 7365504f77e3("net/virtio: support guest announce") > > Cc: [email protected] > > Signed-off-by: Zhiyong Yang <[email protected]> > > This fix is not related to the topic of this patch series, correct? > Maybe next time, we can put it out of the patch series. > > Reviewed-by: Jianfeng Tan <[email protected]> > > Thanks, > Jianfeng > Thanks for Jianfeng's review. The bug must be fixed firstly in order that code can go in the right way for virito-user server mode patch. :)
Thanks Zhiyong

