[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Uninitialised issue in hvmemul_do_io()
Hello, The latest Coverity run identified an issue in hvmemul_do_io() ioreq_t p; is declared without initialiser. By following the false branches, it is possible to get to line 230 of hvm/emulate.c in the X86EMUL_UNHANDLEABLE case and call hvm_send_assist_req() with a still uninitialised p. This is Coverity-ID 1215178 ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |