id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	guest	host
2617	int 1 in ring-3 in guest OS crashes VirtualBox on host -> fixed in SVN	pdeboer		Using the int 1 instruction \\xf1 crashes virtual box.\r\n\r\nExample code:\r\nint main () {\r\n    unsigned char buf = '\\xf1';\r\n    void (*f)() = (void (*)(void))&buf;\r\n    f();\r\n}\r\n\r\nUsing the 'normal' way of calling an interrupt, '\\xcd\\x01' does not result in a crash.\r\n 	defect	closed	major	other	VirtualBox 2.0.4	fixed	DoS crash		Windows	Linux
