Re: [Spice-devel] [PATCH] server/red_parse_qxl: disallow zero area bitmaps

2012-07-20 Thread Alon Levy
On Fri, Jul 20, 2012 at 07:41:01PM +0300, Alon Levy wrote: > prevents division by zero later (SIGFPE, Arithmetic exception) in > spice-common code, at spice-common/common/canvas_base.c:646 > for both client and server (server only upon rendering). > --- > server/red_parse_qxl.c |4 > 1 fi

[Spice-devel] [PATCH] server/red_parse_qxl: disallow zero area bitmaps

2012-07-20 Thread Alon Levy
prevents division by zero later (SIGFPE, Arithmetic exception) in spice-common code, at spice-common/common/canvas_base.c:646 for both client and server (server only upon rendering). --- server/red_parse_qxl.c |4 1 file changed, 4 insertions(+) diff --git a/server/red_parse_qxl.c b/serv

Re: [Spice-devel] whether spice support serial device redirection

2012-07-20 Thread David Jaša
dawn li píše v Pá 20. 07. 2012 v 08:16 +0800: > HI, everyone, >Sorry to bother you! Do you know whether spice support serial > device redirection? If it does, > how I can achieve it. Please give me some help, thanks. Hi Dawn, Spice doesn't support device redirection but I guess that it shou

[Spice-devel] whether spice support serial device redirection

2012-07-20 Thread dawn li
HI, everyone, Sorry to bother you! Do you know whether spice support serial device redirection? If it does, how I can achieve it. Please give me some help, thanks. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.

[Spice-devel] [PATCH] server: don't fail on ENOPROTOOPT from setsockopt

2012-07-20 Thread Nahum Shalman
If we allow listening on arbitrary sockets like unix sockets, we can get ENOPROTOOPT errors from setsockopt calls that set TCP specific options. This should be allowed to happen. This time it's reds.c see also: 20c7323c9efb22c1aae37557814f21cf58c2a322 --- server/reds.c |2 +- 1 files change