mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 03:13:34 +00:00
Fix recovery messages to be proper length to remove segfault that occurs during
recovery. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2568 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b3e19b2905
commit
3020fd5742
@ -1663,7 +1663,6 @@ static void deliver_messages_from_recovery_to_regular (struct totemsrp_instance
|
||||
if (memcmp (&instance->my_old_ring_id, &mcast->ring_id,
|
||||
sizeof (struct memb_ring_id)) == 0) {
|
||||
|
||||
regular_message_item.msg_len = recovery_message_item->msg_len;
|
||||
res = sq_item_inuse (&instance->regular_sort_queue, mcast->seq);
|
||||
if (res == 0) {
|
||||
sq_item_add (&instance->regular_sort_queue,
|
||||
|
Loading…
Reference in New Issue
Block a user