hunting
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 5 Nov 2012 13:56:24 +0000 (13:56 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 5 Nov 2012 13:56:24 +0000 (13:56 +0000)
src/transport/test_transport_api_unreliability.c

index 4a818c8bfe8c5a6272db9d6f97b6673906ba8065..51c264c599825c0bc2850ebe2d1df4575cbc1ce0 100644 (file)
@@ -369,6 +369,7 @@ notify_ready (void *cls, size_t size, void *buf)
   s = get_size (n);
   GNUNET_assert (size >= s);
   GNUNET_assert (buf != NULL);
+  GNUNET_assert (n <= TOTAL_MSGS);
   cbuf = buf;
   do
   {