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
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
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
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.
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