On Thu, 2017-11-23 at 12:49 +0000, Frediano Ziglio wrote: > This fix a regression in message handling. > --- > server/stream-device.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/server/stream-device.c b/server/stream-device.c > index efa6d8db..0953a6d0 100644 > --- a/server/stream-device.c > +++ b/server/stream-device.c > @@ -95,6 +95,7 @@ stream_device_read_msg_from_dev(RedCharDevice > *self, SpiceCharDeviceInstance *si > if (dev->hdr_pos >= sizeof(dev->hdr)) { > dev->hdr.type = GUINT16_FROM_LE(dev->hdr.type); > dev->hdr.size = GUINT32_FROM_LE(dev->hdr.size); > + dev->msg_pos = 0; > } > } > Acked-by: Jonathon Jongsma <jjongsma@xxxxxxxxxx> _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel