--- a/VirtualBox_OSE/src/VBox/VMM/VMMR3/PDMDriver.cpp
+++ b/VirtualBox_OSE/src/VBox/VMM/VMMR3/PDMDriver.cpp
@@ -88,6 +88,7 @@ VMMR3DECL(int) PDMR3RegisterDrivers(PVM pVM,
FNPDMVBOXDRIVERSREGISTER pfnCallbac
     RegCB.Core.u32Version   = PDM_DRVREG_CB_VERSION;
     RegCB.Core.pfnRegister  = pdmR3DrvRegister;
     RegCB.pVM               = pVM;
+    RegCB.pCfgNode          = NULL;
     int rc = pfnCallback(&RegCB.Core, VBOX_VERSION);
     if (RT_FAILURE(rc))

This caused some random crash in fedora14. I am surprized that this is not
cached by other platform or testings.

-- 
-Howard
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to