[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] [PATCH V2 4/4] vmxnet3: validate queues c
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [Qemu-stable] [Qemu-devel] [PATCH V2 4/4] vmxnet3: validate queues configuration read on migration |
Date: |
Fri, 11 Apr 2014 15:23:25 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* Dmitry Fleytman (address@hidden) wrote:
> CVE-2013-4544
>
> Signed-off-by: Dmitry Fleytman <address@hidden>
> Reported-by: Michael S. Tsirkin <address@hidden>
> Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> ---
> hw/net/vmxnet3.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c
> index a0723c0..ddcee4b 100644
> --- a/hw/net/vmxnet3.c
> +++ b/hw/net/vmxnet3.c
> @@ -2391,6 +2391,7 @@ static int vmxnet3_post_load(void *opaque, int
> version_id)
> }
> }
>
> + vmxnet3_validate_queues(s);
> vmxnet3_validate_interrupts(s);
>
> return 0;
> --
> 1.8.5.3
>
>
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- [Qemu-stable] [PATCH V2 0/4] CVE-2013-4544, Dmitry Fleytman, 2014/04/04
- [Qemu-stable] [PATCH V2 2/4] vmxnet3: validate queues configuration coming from quest, Dmitry Fleytman, 2014/04/04
- [Qemu-stable] [PATCH V2 1/4] vmxnet3: validate interrupt indices coming from guest, Dmitry Fleytman, 2014/04/04
- [Qemu-stable] [PATCH V2 3/4] vmxnet3: validate interrupt indices read on migration, Dmitry Fleytman, 2014/04/04
- [Qemu-stable] [PATCH V2 4/4] vmxnet3: validate queues configuration read on migration, Dmitry Fleytman, 2014/04/04
- Re: [Qemu-stable] [Qemu-devel] [PATCH V2 4/4] vmxnet3: validate queues configuration read on migration,
Dr. David Alan Gilbert <=
- Re: [Qemu-stable] [Qemu-devel] [PATCH V2 0/4] CVE-2013-4544, Dr. David Alan Gilbert, 2014/04/11