Re: [Spice-devel] [PATCH 2/2] server: red_send_image() - append image data to right marshaller

2010-08-29 Thread Yonit Halperin
On 08/26/2010 09:10 PM, al...@redhat.com wrote: From: Alexander Larssonal...@redhat.com The actual bitmap data was added to the main marshaller rather than the submarshaller that pointed to the SpiceImage part. This made us send too short messages failing demarshalling in the client. ---

Re: [Spice-devel] [PATCH 2/2] server: red_send_image() - append image data to right marshaller

2010-08-29 Thread Yonit Halperin
On 08/26/2010 09:10 PM, al...@redhat.com wrote: From: Alexander Larssonal...@redhat.com The actual bitmap data was added to the main marshaller rather than the submarshaller that pointed to the SpiceImage part. This made us send too short messages failing demarshalling in the client. ---

[Spice-devel] [PATCH 2/2] server: red_send_image() - append image data to right marshaller

2010-08-26 Thread alexl
From: Alexander Larsson al...@redhat.com The actual bitmap data was added to the main marshaller rather than the submarshaller that pointed to the SpiceImage part. This made us send too short messages failing demarshalling in the client. --- server/red_worker.c |3 ++- 1 files changed, 2