Line 300 below is where it fails
295 /*------ all but last block: aligned reads and affect 32 bits of
(a,b,c) */
296 while (length > 12)
297 {
298 a += k[0];
299 b += k[1];
300 c += k[2];
301 mix(a,b,c);
302 length -= 12;
303 k += 3;
304 }
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913314
Title:
Corrupted display with Spice
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm-spice/+bug/913314/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs