[PSDK]
[reactos.git] / reactos / lib / sdk / crt / string / splitp.c
index 9195c2e..7500c92 100644 (file)
@@ -32,6 +32,8 @@ void _tsplitpath(const _TCHAR* path, _TCHAR* drive, _TCHAR* dir, _TCHAR* fname,
     }
 #endif
 
+    _Analysis_assume_(path != 0);
+
 #if WINVER == 0x600
     /* Skip '\\?\' prefix */
     if ((path[0] == '\\') && (path[1] == '\\') &&