diff options
Diffstat (limited to 'ipc/shm.c')
-rw-r--r-- | ipc/shm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -473,6 +473,7 @@ static inline unsigned long copy_shmid_to_user(void __user *buf, struct shmid64_ | |||
473 | { | 473 | { |
474 | struct shmid_ds out; | 474 | struct shmid_ds out; |
475 | 475 | ||
476 | memset(&out, 0, sizeof(out)); | ||
476 | ipc64_perm_to_ipc_perm(&in->shm_perm, &out.shm_perm); | 477 | ipc64_perm_to_ipc_perm(&in->shm_perm, &out.shm_perm); |
477 | out.shm_segsz = in->shm_segsz; | 478 | out.shm_segsz = in->shm_segsz; |
478 | out.shm_atime = in->shm_atime; | 479 | out.shm_atime = in->shm_atime; |