Index: /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 33810)
+++ /trunk/src/VBox/HostDrivers/Support/SUPLib.cpp	(revision 33811)
@@ -1501,5 +1501,5 @@
      * Verify that the image file and parent directories are sane.
      */
-    rc = supR3HardenedVerifyFile(szPath, NULL, pszErr, cbErr);
+    rc = supR3HardenedVerifyFile(szExecPath, RTHCUINTPTR_MAX, pszErr, cbErr);
     if (RT_FAILURE(rc))
         return rc;
