gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5120 - GNUnet/src/applications/identity


From: gnunet
Subject: [GNUnet-SVN] r5120 - GNUnet/src/applications/identity
Date: Thu, 21 Jun 2007 03:08:38 -0600 (MDT)

Author: grothoff
Date: 2007-06-21 03:08:35 -0600 (Thu, 21 Jun 2007)
New Revision: 5120

Modified:
   GNUnet/src/applications/identity/identity.c
Log:
cyber crash

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-06-20 23:11:11 UTC (rev 
5119)
+++ GNUnet/src/applications/identity/identity.c 2007-06-21 09:08:35 UTC (rev 
5120)
@@ -1267,6 +1267,11 @@
   if (hello == NULL) 
     return OK; /* ignore -- happens if HELLO just expired */
   transport = coreAPI->requestService("transport");
+  if (transport == NULL) {
+    FREE(hello);
+    return OK;
+  }
+    
   len = 0;
   address = NULL;
   transport->helloToAddress(hello,





reply via email to

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