This small oversight was causing either crashes on free_msg() or restart failures under some message queue workloads. Signed-off-by: Jose R. Santos <jrs@xxxxxxxxxxxxxxxxxx> CC: Oren Laadan <orenl@xxxxxxxxxxxxxxx> --- ipc/checkpoint_msg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ipc/checkpoint_msg.c b/ipc/checkpoint_msg.c index 0a19d1f..6fa2c8e 100644 --- a/ipc/checkpoint_msg.c +++ b/ipc/checkpoint_msg.c @@ -233,6 +233,7 @@ static struct msg_msg *restore_msg_contents_one(struct ckpt_ctx *ctx, int *clen) goto out; } msg->next = NULL; + msg->security = NULL; pseg = &msg->next; /* set default MAC attributes */ -- 1.7.1 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers