summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/dict/dictll.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/dict/dictll.c')
-rw-r--r--open-vm-tools/lib/dict/dictll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-vm-tools/lib/dict/dictll.c b/open-vm-tools/lib/dict/dictll.c
index 0733b2cd..d3cdb871 100644
--- a/open-vm-tools/lib/dict/dictll.c
+++ b/open-vm-tools/lib/dict/dictll.c
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 1998 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -287,7 +287,7 @@ DictLL_UnmarshalLine(const char *buf, // IN: buffer to parse
myName = BufDup(nBegin, nEnd - nBegin);
myValue = Escape_Undo('|', vBegin, vEnd - vBegin, NULL);
- ASSERT_MEM_ALLOC(myValue);
+ VERIFY(myValue);
*line = myLine;
*name = myName;