Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17930

Modified Files:
      Tag: MonetDB_5-2
        mal_authorize.mx 
Log Message:
Make proper documentation note that the returned string should be freed.


Index: mal_authorize.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_authorize.mx,v
retrieving revision 1.50.2.2
retrieving revision 1.50.2.3
diff -u -d -r1.50.2.2 -r1.50.2.3
--- mal_authorize.mx    29 Oct 2007 07:07:21 -0000      1.50.2.2
+++ mal_authorize.mx    29 Oct 2007 08:11:09 -0000      1.50.2.3
@@ -955,7 +955,9 @@
 /**
  * Returns the hash for the given password, challenge and algorithm.
  * The hash calculated using the given algorithm over the password
- * concatenated with the challenge.
+ * concatenated with the challenge.  The returned string is allocated
+ * using GDKmalloc, and hence should be freed with GDKfree by the
+ * caller.
  */
 static str
 AUTHhashPassword(str *ret, str *algo, str *password, str *challenge) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to