Changeset: 36c8736fad93 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=36c8736fad93
Modified Files:
monetdb5/mal/mal_authorize.c
Branch: Jan2014
Log Message:
Fix changeset 807e5055e780.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_authorize.c b/monetdb5/mal/mal_authorize.c
--- a/monetdb5/mal/mal_authorize.c
+++ b/monetdb5/mal/mal_authorize.c
@@ -650,7 +650,7 @@ AUTHdecypherValue(str *ret, str *value)
if (vaultKey == NULL)
throw(MAL, "decypherValue", "The vault is still locked!");
- r = GDKmalloc(sizeof(char) * (strlen(*value) + 1));
+ w = r = GDKmalloc(sizeof(char) * (strlen(*value) + 1));
if( r == NULL)
throw(MAL, "decypherValue", MAL_MALLOC_FAIL);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list