On Tue, Oct 04, 2011 at 12:40:21PM +0200, Yaniv Kaul wrote:
> Unless I'm misreading the code (which may very well be), the
> function looks like:
> 
> if (mask_bitmap && m) {
>     if (this or that) {
>         do X
>         fill_bits(...)
>     } else {
>         fill_bits(...)
>     }
> }
> 
> So essentially, if the condition (mask_bitmap && m) is NOT met, we
> do not fill the bits. Which means we are sending garbage over the
> wire?

I read it the same. Can you add the else and see if it gets there? (or
figure that out by just reading the code)

> Y.
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to