]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Tue, 26 Apr 2011 20:45:55 +0000 (13:45 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 26 Apr 2011 20:45:55 +0000 (13:45 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/file/fileTemp.c

index de6525810de729413e9568c4381ebd8c4c438a53..71107628393c0e6068bd532578fb73385c51eb49 100644 (file)
@@ -51,6 +51,8 @@ File_MakeSafeTemp(ConstUnicode tag,  // IN (OPT):
    Unicode dir = NULL;
    Unicode fileName = NULL;
 
+   ASSERT(presult);
+
    *presult = NULL;
 
    if (tag && File_IsFullPath(tag)) {