Explorar o código

defect 502
fix assert when packet added in multicast message handler.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@725 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake %!s(int64=21) %!d(string=hai) anos
pai
achega
2e4b10583d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      exec/totemsrp.c

+ 1 - 0
exec/totemsrp.c

@@ -3628,6 +3628,7 @@ if (random()%100 < 50) {
 	 * otherwise free io vectors
 	 */
 	if (bytes_received > 0 && bytes_received < PACKET_SIZE_MAX &&
+		my_aru < mcast_header.seq &&
 		sq_item_inuse (sort_queue, mcast_header.seq) == 0) {
 
 		/*