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, 28 Nov 2004 06:13:40 +0100

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

Modified Files:
        base64.c 
Log Message:
Cosmetic fix.


--- /home/cvs/gsasl/lib/src/base64.c    2004/11/28 04:17:49     1.4
+++ /home/cvs/gsasl/lib/src/base64.c    2004/11/28 05:13:39     1.5
@@ -74,7 +74,7 @@
   if (!ok)
     return GSASL_BASE64_ERROR;
 
-  if (*out == NULL || *outlen == SIZE_MAX)
+  if (*outlen == SIZE_MAX || *out == NULL)
     return GSASL_MALLOC_ERROR;
 
   return GSASL_OK;





reply via email to

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