diff --git a/[refs] b/[refs] index 433c5e3c8b1b..4e705866371e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9de25dda359c9272998daddeae7788376a44e41 +refs/heads/master: f1970c48ef06ece4e23765501976507ab52b0edd diff --git a/trunk/ipc/msg.c b/trunk/ipc/msg.c index 2ceab7f12fcb..085bd58f2f07 100644 --- a/trunk/ipc/msg.c +++ b/trunk/ipc/msg.c @@ -412,7 +412,7 @@ static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct msqid_ds __user *buf, int version) { struct kern_ipc_perm *ipcp; - struct msqid64_ds msqid64; + struct msqid64_ds uninitialized_var(msqid64); struct msg_queue *msq; int err;