﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
2617,int 1 in ring-3 in guest OS crashes VirtualBox on host -> fixed in SVN,Pieter de Boer,,"Using the int 1 instruction \xf1 crashes virtual box.

Example code:
int main () {
    unsigned char buf = '\xf1';
    void (*f)() = (void (*)(void))&buf;
    f();
}

Using the 'normal' way of calling an interrupt, '\xcd\x01' does not result in a crash.
 ",defect,closed,other,VirtualBox 2.0.4,fixed,DoS crash,,Windows,Linux
