gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23164 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r23164 - gnunet/src/integration-tests
Date: Wed, 8 Aug 2012 15:12:29 +0200

Author: wachs
Date: 2012-08-08 15:12:29 +0200 (Wed, 08 Aug 2012)
New Revision: 23164

Modified:
   gnunet/src/integration-tests/connection_watchdog.c
Log:
coverity


Modified: gnunet/src/integration-tests/connection_watchdog.c
===================================================================
--- gnunet/src/integration-tests/connection_watchdog.c  2012-08-08 12:25:30 UTC 
(rev 23163)
+++ gnunet/src/integration-tests/connection_watchdog.c  2012-08-08 13:12:29 UTC 
(rev 23164)
@@ -572,6 +572,8 @@
   }
 
   pc = GNUNET_CONTAINER_multihashmap_get(peers, &peer->hashPubKey);
+  GNUNET_assert (NULL != pc);
+
   if (source == th)
   {
     if (GNUNET_NO == pc->transport_connected)
@@ -658,6 +660,8 @@
   }
 
   pc = GNUNET_CONTAINER_multihashmap_get(peers, &peer->hashPubKey);
+  GNUNET_assert (NULL != pc);
+
   if (source == th)
   {
     if (NULL != pc->th_ping)




reply via email to

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