(Logical change 1.180) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@603 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -280,6 +280,7 @@ static void totempg_deliver_fn (
msg_count * sizeof (unsigned short);
memcpy (header, iovec[0].iov_base, datasize);
+ assert(iovec);
data = iovec[0].iov_base;
msg_lens = (unsigned short *) (header + sizeof (struct totempg_mcast));