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