Jose, Thanks for the patch - it's included in ckpt-v23-rc2. Oren. On 03/30/2011 03:10 PM, Jose R. Santos wrote: > 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 */ _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers