
1 Jun
2010
1 Jun
'10
3:12 p.m.
On 06/01/2010 03:10 PM, Cole Robinson wrote:
If VM startup fails early enough (can't find a referenced USB device), libvirtd will crash trying to clear the VNC port bit, since port = 0, which overflows us out of the bitmap bounds.
Fix this by being more defensive in the bitmap operations, and only clearing a previously set VNC port.
Whoops, git-send-email screw up. Please ignore the numbered patches. Thanks, Cole