Index: /trunk/src/VBox/Runtime/r3/linux/sysfs.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/linux/sysfs.cpp	(revision 84680)
+++ /trunk/src/VBox/Runtime/r3/linux/sysfs.cpp	(revision 84681)
@@ -74,5 +74,5 @@
 
     ssize_t cch = RTStrPrintf2V(pszBuf, cchBuf, pszFormat, va);
-    AssertReturn(cch > 0, VERR_BUFFER_OVERFLOW);
+    AssertReturn(cch >= 0, VERR_BUFFER_OVERFLOW);
 
     if (*pszBuf != '/')
