Re: [Qemu-devel] [PATCH] hw/qxl: qxl_dirty_surfaces: use uintptr_t

2012-10-08 Thread Gerd Hoffmann
On 10/07/12 17:03, Alon Levy wrote: > As suggested by Paolo Bonzini, to avoid possible integer overflow issues. Patch added to spice patch queue, likewise the other two qxl fixes. thanks, Gerd

[Qemu-devel] [PATCH] hw/qxl: qxl_dirty_surfaces: use uintptr_t

2012-10-07 Thread Alon Levy
As suggested by Paolo Bonzini, to avoid possible integer overflow issues. Signed-off-by: Alon Levy --- hw/qxl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 4effb66..97ae22a 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -1811,7 +1811,7 @@ static voi