On 11/22/2017 02:59 PM, Uri Lublin wrote:
On 11/22/2017 12:16 PM, 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;

Hi Frediano,

There is no msg_pos in StreamDevice.

Okay, I see it fixes a proposed patch that was not yet committed.

Uri
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to