]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Thu May 22 10:38:43 EDT 2008 Pekka.Pessi@nokia.com
authorMichael Jerris <mike@jerris.com>
Sun, 25 May 2008 15:22:45 +0000 (15:22 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 25 May 2008 15:22:45 +0000 (15:22 +0000)
  * auth_client.c: fixed klocwork issues

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8638 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/iptsec/auth_client.c

index f92f0bbd2eb7bcb4789cb99d1a80ad477d5c1749..23bb02b6da6fc121b00574231da2709fe6698b91 100644 (file)
@@ -1 +1 @@
-Sun May 25 11:21:50 EDT 2008
+Sun May 25 11:22:40 EDT 2008
index ade683ea72fd316c7094246254845b345086a479..66bdf58102d2d130f46217f2253777f2e25e8ddf 100644 (file)
@@ -728,6 +728,9 @@ int auc_basic_authorization(auth_client_t *ca,
   else
     basic = malloc(basiclen + 1);
 
+  if (basic == NULL)
+    return -1;
+
   /*
    * Basic authentication consists of username and password separated by
    * colon and then base64 encoded.