On Sat, Feb 03, 2018 at 09:55:23AM -0500, David C Harton wrote: > virtio_dev_free_mbufs was recently modified to free the > virtqueues but failed to check whether the array was > allocated. Added a check to ensure vqs was non-null. > > Fixes: bdb32afbb610 ("net/virtio: rationalize queue flushing") > Cc: olivier.m...@6wind.com > > Signed-off-by: David C Harton <dhar...@cisco.com> > ---
Reviewed-by: Olivier Matz <olivier.m...@6wind.com> Thank you for this fix. Out of curiosity, did you see the problem by code review or is there an easy way to reproduce the crash?