* Dmitry Fleytman ([email protected]) wrote: > CVE-2013-4544 > > Signed-off-by: Dmitry Fleytman <[email protected]> > Reported-by: Michael S. Tsirkin <[email protected]> > Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]> Dave > --- > hw/net/vmxnet3.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c > index 4fefc7b..a0723c0 100644 > --- a/hw/net/vmxnet3.c > +++ b/hw/net/vmxnet3.c > @@ -2391,6 +2391,8 @@ static int vmxnet3_post_load(void *opaque, int > version_id) > } > } > > + vmxnet3_validate_interrupts(s); > + > return 0; > } > > -- > 1.8.5.3 > > -- Dr. David Alan Gilbert / [email protected] / Manchester, UK
