On Mar 31, 2014, at 22:38 PM, Michael S. Tsirkin <m...@redhat.com> wrote:
> On Mon, Mar 31, 2014 at 05:33:44PM +0100, Dr. David Alan Gilbert wrote: >> * Michael S. Tsirkin (m...@redhat.com) wrote: >>> From: Dmitry Fleytman <dmi...@daynix.com> >>> >>> 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 a4b5c11..8c6df05 100644 >>> --- a/hw/net/vmxnet3.c >>> +++ b/hw/net/vmxnet3.c >>> @@ -2374,6 +2374,8 @@ static int vmxnet3_post_load(void *opaque, int >>> version_id) >>> } >>> } >>> >>> + vmxnet3_validate_interrupts(s); >>> + >> >> When you repost to fix the other stuff, why not merge this with what >> is currently #30. >> >> Dave > > I generally try to avoid making random changes to other's patches, > unless absolutely necessary. > Dmitry? Of course I see no problem for these patches to be merged. My personal preference however is to keep those separated for cuter history. > >> -- >> Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK