[Freeswitch-svn] [commit] r8638 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/iptsec

Freeswitch SVN mikej at freeswitch.org
Sun May 25 11:22:45 EDT 2008


Author: mikej
Date: Sun May 25 11:22:45 2008
New Revision: 8638

Modified:
   freeswitch/trunk/libs/sofia-sip/.update
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/auth_client.c

Log:
Thu May 22 10:38:43 EDT 2008  Pekka.Pessi at nokia.com
  * auth_client.c: fixed klocwork issues


Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update	(original)
+++ freeswitch/trunk/libs/sofia-sip/.update	Sun May 25 11:22:45 2008
@@ -1 +1 @@
-Sun May 25 11:21:50 EDT 2008
+Sun May 25 11:22:40 EDT 2008

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/auth_client.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/auth_client.c	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/auth_client.c	Sun May 25 11:22:45 2008
@@ -728,6 +728,9 @@
   else
     basic = malloc(basiclen + 1);
 
+  if (basic == NULL)
+    return -1;
+
   /*
    * Basic authentication consists of username and password separated by
    * colon and then base64 encoded.



More information about the Freeswitch-svn mailing list