gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 19 Dec 2004 17:46:35 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv1803

Modified Files:
        property.c 
Log Message:
Clear buffer before calling obsolete callbacks, for buggy callbacks.


--- /home/cvs/gsasl/lib/src/property.c  2004/12/19 06:56:14     1.22
+++ /home/cvs/gsasl/lib/src/property.c  2004/12/19 16:46:34     1.23
@@ -230,6 +230,8 @@
       size_t buflen = BUFSIZ - 1;
       int res;
 
+      buf[0] = '\0';
+
       /* Call obsolete callbacks to get properties.  Remove this when
        * the obsolete callbacks are no longer supported. */
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]