CVE-2013-4544 Signed-off-by: Dmitry Fleytman <dmi...@daynix.com> Reported-by: Michael S. Tsirkin <m...@redhat.com> Signed-off-by: Michael S. Tsirkin <m...@redhat.com> --- 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